OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: web-angel on December 11, 2005, 01:38:32 pm

Title: Silkscreen Doesn't Work Under Xfce
Post 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 ?  
Title: Silkscreen Doesn't Work Under Xfce
Post by: pgas on December 11, 2005, 02:16:14 pm
silk screen buttons are keys
from /etc/X11/kb/corgi.xmodmap:
Quote
! 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
Title: Silkscreen Doesn't Work Under Xfce
Post by: web-angel on December 11, 2005, 02:42:57 pm
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 !
Title: Silkscreen Doesn't Work Under Xfce
Post by: Bundabrg on December 11, 2005, 06:52:26 pm
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
Title: Silkscreen Doesn't Work Under Xfce
Post by: web-angel on December 12, 2005, 04:35:26 am
Quote
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 ....