Created
May 29, 2012 17:23
-
-
Save ngnguyen1/2829620 to your computer and use it in GitHub Desktop.
Mapkey
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Filename: .Xmodmap | |
! Description: map key Ctr <-> Alt; Esc <-> Caps_Lock; | |
! Copy Right - 2012: [email protected] | |
remove control = Control_L | |
remove mod1 = Alt_L | |
remove mod1 = Meta_L | |
keysym Control_L = Meta_L | |
keysym Control_L = Alt_L | |
keysym Alt_L = Control_L | |
add mod1 = Meta_L | |
add mod1 = Alt_L | |
add control = Control_L | |
remove control = Control_R | |
remove mod1 = Alt_R | |
keysym Control_R = Alt_R | |
keysym Alt_R = Control_R | |
add mod1 = Alt_R | |
add control = Control_R | |
remove Lock = Caps_Lock | |
add Lock = Escape | |
keysym Caps_Lock = Escape | |
keysym Escape = Caps_Lock | |
remove mod4 = Super_R | |
add mod5 = Super_R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment