profile/home/dotfiles/local/bin/resetkeys

4 lines
139 B
Plaintext
Raw Normal View History

#!/bin/sh -e
exec xdotool keyup Shift_L Shift_R Control_L Control_R Alt_L Alt_R Super_L Super_R Hyper_L Hyper_R Caps_Lock 204 205 206 207