dotfiles

ref: 5d5acf8eef54ddeb0c6cb4c8575d695e6f6c2ebc

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