Skip to content

Instantly share code, notes, and snippets.

@4lberto
Created March 18, 2016 16:10
Show Gist options
  • Save 4lberto/05a0764b310bccfb610b to your computer and use it in GitHub Desktop.
Save 4lberto/05a0764b310bccfb610b to your computer and use it in GitHub Desktop.
Keyboard change in Ubutu to be like Mac
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