View Single Post
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#30
@addison: hmm, it shouldn't require a root to run, most probably /usr/local isn't in user's PATH moving it to /usr/bin or running with:
Code:
 /usr/local/bin/xvkbd &
should work in terminal

@yadin: that's how the hildon works, because dpad center button is mapped to 'enter' (most hw keys send regular keys). for dragging, hum, you can try adding to the cmd line
Code:
 -geometry +80+300
better fix is doable but requires adding code to source

@delaroca: hmm, true, i wonder what input it expects for simulated 'enter'.. maybe some dbus message i'll investigate it
btw. for quick sending ctrl-m use quick modifiers: press m and drag it to the left
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny

Last edited by KotCzarny; 2008-04-06 at 16:23. Reason: fixing typos