Swapping Apple and Ctrl Keys
Revision as of 15:40, 6 October 2011 by Sebastians (talk | contribs) (Created page with "<source lang="bash"> cat > ~/.xmodmaprc ! Erase existing bindings clear Control clear Mod4 ! Map key 37 (left ctrl) to Super_L (i.e. 'cmd') keycode 37 = Super_L ! Map key 133 (l...")
cat > ~/.xmodmaprc
! Erase existing bindings
clear Control
clear Mod4
! Map key 37 (left ctrl) to Super_L (i.e. 'cmd')
keycode 37 = Super_L
! Map key 133 (left cmd) to Control_L (i.e. 'ctrl)
keycode 133 = Control_L
! And update modifier settings
add control = Control_L
add mod4 = Super_L
You'll need to log out and in. Upon login Gnome will ask to accept the .xmodmaprc file. Click on the load button. Done.