aphenitry n00b
Joined: 07 Feb 2004 Posts: 61
|
Posted: Sun Oct 01, 2006 12:50 am Post subject: Mapping a key to a combination of others or a new modifier |
|
|
Hello,
I'd like to remake MENU to make it usefull:
Quote: |
KeyRelease event, serial 31, synthetic NO, window 0x1a00001,
root 0x186, subw 0x0, time 15429054, (165,-16), root:(1664,11),
state 0x0, keycode 117 (keysym 0xff67, Menu), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
|
What I'd like is either a combination of others (alt_l + control_l + shift_l) or a new modifier. I'd prefer the first, since it seems KDE will only allow alt/ctrl/shift/win as modifiers.
First I was hoping it'd be as easy as
Quote: |
xmodmap -e "keycode 117 = Alt_L Shift_L Control_L"
|
.. but this clearly does not work
Anyone knows of an easy way to make this happen?
Thanks! |
|