I know the easy ways to remap caps lock, etc, but I haven't found out how to change my Menu key to be an additional Ctrl key. Anyone know how to do this? Thanks.
Asked
Active
Viewed 1,840 times
2 Answers
3
I'm kinda guessing based on how I've remapped Caps Lock before, but...
Create a ~/.Xmodmap file containing:
clear 135
keycode 135 = Control_R
I'm using 135 because that's the keycode xev told me on my keyboard when I hit menu. Yours may vary. Log out & back in to take effect.
setxkbmap -option ctrl:menu may work if this doesn't.