Created
January 16, 2015 07:37
-
-
Save anonymous/9d3c674b94b83714deb0 to your computer and use it in GitHub Desktop.
Shellscript to use SandS and to assign Shift_R to "@"
This file contains 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
pointer = default | |
! shift_r -> @ | |
clear Shift | |
add Shift = Shift_L | |
!remove Shift = Shift_R | |
keycode 62 = at |
This file contains 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 | |
#sands config | |
killall xcape # to prevent xcape duplication | |
xmodmap -e 'keycode 255=space'; xmodmap -e 'keycode 65=Shift_L'; ~/opt/xcape/xcape -e '#65=space' | |
xmodmap .Xmodmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment