dotfiles

ref: a769c7d90e94fec0ca0d193948a9bc4236b037cb

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