Created
January 5, 2021 10:06
-
-
Save jiahut/57517b788c01bbda325466e4d4441e1d to your computer and use it in GitHub Desktop.
linux modify keyboard to hhkb style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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