OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: web-angel on December 11, 2005, 01:38:32 pm
-
hi !
I have configured the silkscreen area with the input setup tool and it work fine undur matchbox.
But no effect when I running xfce4 ...
So what's wrong ?
-
silk screen buttons are keys
from /etc/X11/kb/corgi.xmodmap:
! pdaXrom silkscreen
keycode 118 = XF86Launch0
keycode 119 = XF86Launch1
keycode 120 = XF86Launch2
keycode 121 = XF86Launch3
keycode 122 = XF86Launch4
the input helper modify the shorcuts for openbox, you have to define these shorcuts in xfce
-
Duuuhhh ... When you go to Setting => Window manager you can define your own shortcut and the silkscreen is like keyboard input ... Thank's for your explication !
-
Does anyone know how to make the silkscreen 'keys' less sensitive (IE, take affect when you click them instead of drag from the main screen onto them) or require double clicks etc...?
Otherwise I keep them safely disabled ;-)
- Bundabrg
-
Does anyone know how to make the silkscreen 'keys' less sensitive (IE, take affect when you click them instead of drag from the main screen onto them) or require double clicks etc...?
Otherwise I keep them safely disabled ;-)
- Bundabrg
[div align=\"right\"][a href=\"index.php?act=findpost&pid=106796\"][{POST_SNAPBACK}][/a][/div]
mmhhh ... tactical screen doesn't recognize stylus pression .... maybe adding a delay to the silkscrenn aera ...
I don't know if it's possible to read stylus input into a bash script (I think "why not, sometimes console show me the position of the stylus pointer") ... S omaking a small script sort like :
/bin/aterm_silk +X
timer(500ms)
if stylus stilling pressed then
aterm
endif
Yes It's an infamous homemade solution but when it's possible ....