Created
August 16, 2017 02:14
-
-
Save windymelt/1f268f398892bad8a8b641670160d0c1 to your computer and use it in GitHub Desktop.
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 | |
killall xcape | |
xmodmap -e 'keycode 255=space' | |
xmodmap -e 'keycode 65=Shift_L' | |
/usr/bin/xcape -e '#65=space' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment