HokieGeek / snotify

Displays to the user when events occur
0 stars 0 forks source link

Is there a way to capture a caps lock event? #7

Closed HokieGeek closed 9 years ago

HokieGeek commented 9 years ago

There doesn't seem to be much

HokieGeek commented 9 years ago
xset -q | awk '$0 ~ /Caps Lock/ { print $4 }'
HokieGeek commented 9 years ago

Udev?

HokieGeek commented 9 years ago

Created a small tool that uses the xset line above. It works