[SOLVED] Xorg: bind key for mouse event
Hi all!
I want to use Menu key (keycode 135) as RightButton click (button 1). I tried to do it via xmodmap but it didn't succeed:
xmodmap -e "keycode 135 = button 3"
xmodmap: commandline:1: bad keysym name 'button' in keysym list
xmodmap: 1 error encountered, aborting.
Is there any way to do it and is it possible to make such a bind both for DM and for user session?