Quote |
If you don't, you can create a $HOME/.xmodmaprc file. In that file put keycode 115 = Super_L keycode 116 = Super_R keycode 117 = Menu The last line enables you to use the Windows menu key as well. Save this file in your home directory and then add the following to your .xinitrc (above the exec fluxbox line) xmodmap .xmodmaprc |
Code Sample |
xmodmap -e "keycode 133 = Super_L" xmodmap -e "keycode 134 = Super_R" xmodmap -e "keycode 135 = Menu" xmodmap -e "add Mod5 = Super_R" |
Code Sample |
Mod5 b :ExecCommand beaver Mod5 f :ExecCommand firefox Mod5 m :ExecCommand /usr/local/bin/mc |
Code Sample |
xmodmap -e "keysym Super_R = Super_L Super_R" |
Code Sample |
keycode 133 = Super_L keycode 134 = Super_R keycode 135 = Menu add Mod5 = Super_R keysym Super_R = Super_L Super_R |