Hi,
thanks, this helps a little bit, but i couldnt find the keycode for my
mousebutton.
also using ctrl as a modifier with keycode 29 or 156 dont work (i tried
also 'RIGHT_CLICK="-right 29 30"').
where do you got the keycode 272?
thanks for your help,
regards,
keywan
max wrote:
OK!
Leroy has just answered to my question
to obtain the keycode of a key:
go to a tty (ctrl-alt-F1 if you are in X11)
$ showkey (and press the key that you want obtain the keycode)
for example pressing the key "a"
0x1e
(wait 10 seconds)
$ echo $((0x1e))
$ 30
the keycode of a is 30 for my keyboard.
I hope that hel you
best,
MaX
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]