Skip to content

Instantly share code, notes, and snippets.

@jiahut
Created January 5, 2021 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiahut/57517b788c01bbda325466e4d4441e1d to your computer and use it in GitHub Desktop.
Save jiahut/57517b788c01bbda325466e4d4441e1d to your computer and use it in GitHub Desktop.
linux modify keyboard to hhkb style
#!/bin/sh
/usr/bin/setxkbmap -option "ctrl:nocaps"
/usr/bin/xmodmap -e "keycode 51 = BackSpace"
/usr/bin/xmodmap -e "keycode 22 = backslash bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment