Skip to content

Instantly share code, notes, and snippets.

@hgminh95
Last active January 10, 2017 08:39
Show Gist options
  • Save hgminh95/23f722c4986101ca64a91fca0b6f9140 to your computer and use it in GitHub Desktop.
Save hgminh95/23f722c4986101ca64a91fca0b6f9140 to your computer and use it in GitHub Desktop.
Swap Caplocks and A
#!/bin/bash
setxkbmap -option caps:none
xmodmap -e "keycode 66 = a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment