Created
March 18, 2016 16:10
-
-
Save 4lberto/05a0764b310bccfb610b to your computer and use it in GitHub Desktop.
Keyboard change in Ubutu to be like Mac
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
Create a file ~/.Xmodmap file looks like this: | |
clear control | |
clear mod1 | |
keycode 37 = Alt_L Meta_L | |
keycode 64 = Control_L | |
add control = Control_L Control_R | |
add mod1 = Alt_L Meta_L | |
Source: https://earthviaradio.wordpress.com/2012/02/06/swapping-the-left-alt-and-ctrl-keys-in-ubuntu-11-10/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment