Hey list,
I'm trying to map one of my keyboard buttons (my Menu button) to the third 
mouse button (button 2).

I did:
xmodmap -e 'keysym Menu = Pointer_Button2'

but it does not seem to work.

xev gives the correct code, when I press the Menu button I get the 
Pointer_Button2 keysym, but through a KeyPressed event and not a 
ButtonPressed event, which does not do what I intended it to do...

I'm using a laptop keyboard, so using the numpad as my mouse using 
CTRL+SHIFT+NumLock is not a solution for me...

How can I make a keyboard button to generate a ButtonPressed event and not a 
KeyPressed event?

-- 
Thanks,
Itay 'z9u2K' Duvdevani, GNU/Linux Kinneret.
Public GPG Key: ftp://ftp.berlios.de/pub/kinneret/z9u2k.asc


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to