Created
February 3, 2013 05:01
.Xmodmap for ubuntu mac keyboard layout
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
clear control | |
clear mod4 | |
keycode 105 = | |
keycode 206 = | |
keycode 133 = Control_L NoSymbol Control_L | |
keycode 134 = Control_R NoSymbol Control_R | |
keycode 37 = Super_L NoSymbol Super_L | |
add control = Control_L | |
add control = Control_R | |
add mod4 = Super_L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment