dotfiles

ref: 86d70524f6e0591d7a221fb5ae789a4effa567f0

bin/keyboard


#!/usr/bin/env sh

killall xcape

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