The document provides instructions to remap keyboard keys using xmodmap. It clears default modifiers, maps the right shift key to tab, left shift to mode switch, right control to super, and makes various other key remappings, such as mapping caps lock to dollar sign and semicolon to dollar/semicolon/colon.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
80 views
Example Xmodmap Changes
The document provides instructions to remap keyboard keys using xmodmap. It clears default modifiers, maps the right shift key to tab, left shift to mode switch, right control to super, and makes various other key remappings, such as mapping caps lock to dollar sign and semicolon to dollar/semicolon/colon.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
#These are the keycodes on my machine for the listed key.
To find these on your
computer, run "xev" in a terminal and press the key. Somewhere in the output y ou will see "keycode ###", and that is the number you will use to replace the on e I have listed below. #Left shift = 50 #Right shift = 62 #Left Control = 37 #Right Control = 105 #Left Alt = 64 #Right Alt = 108 #Search, caps lock = 133 #Tab = 23 #Underscore = 20 #Question Mark = 61 #Backslash = 51 #[ = 34 #] = 35 #( = 18 #) = 19 #volume up, down = 75, 76 #4 = 13 #Grave = 39