Skip to content

Instantly share code, notes, and snippets.

@razhangwei
Last active May 8, 2019 18:54
Show Gist options
  • Save razhangwei/b75d241891b057649c836f656bc7114c to your computer and use it in GitHub Desktop.
Save razhangwei/b75d241891b057649c836f656bc7114c to your computer and use it in GitHub Desktop.
remapped cmd to ctrl for all XQuartz apps #X11
! save to ~/.Xmodmap
clear Mod2
clear control
keycode 63 = Control_L
keycode 67 = Control_L
keycode 71 = Control_L
add control = Control_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment