Skip to content

Instantly share code, notes, and snippets.

Created January 16, 2015 07:37
Show Gist options
  • Save anonymous/9d3c674b94b83714deb0 to your computer and use it in GitHub Desktop.
Save anonymous/9d3c674b94b83714deb0 to your computer and use it in GitHub Desktop.
Shellscript to use SandS and to assign Shift_R to "@"
pointer = default
! shift_r -> @
clear Shift
add Shift = Shift_L
!remove Shift = Shift_R
keycode 62 = at
#!/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