dotfiles

ref: 8f8d64f627ab0a5082d3f5144e5d889c7fe41122

bin/keyboard


#!/usr/bin/env sh

killall xcape 2>/dev/null ;

setxkbmap -option 'caps:ctrl_modifier'
xcape -e 'Caps_Lock=Escape'
xcape -e "Shift_R=parenright"
xcape -e "Shift_L=parenleft"
xcape