Skip to content

Instantly share code, notes, and snippets.

@kaziridwan
Created March 23, 2016 19:21
Show Gist options
  • Save kaziridwan/43c2c63b58eb33f92076 to your computer and use it in GitHub Desktop.
Save kaziridwan/43c2c63b58eb33f92076 to your computer and use it in GitHub Desktop.
My mac style shortcut for ubuntu 15.10
clear control
clear mod1
clear mod4
keycode 37 = Super_L
keycode 64 = Control_L
keycode 133 = Alt_L Meta_L
add control = Control_L Control_R
add mod1 = Alt_L Meta_L
add mod4 = Super_L Hyper_L
@kaziridwan
Copy link
Author

inspired from here

  1. open up terminal and type
    cd
    nano .xmodmap
    paste the contents and save
    xmodmap .xmodmap
  2. Enjoy
    N.B.
    To reset. do
    setxkbmap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment