Vorlent / cozycast

movie night over the internet
Other
5 stars 3 forks source link

Modifier keys can get stuck #14

Closed Vorlent closed 4 years ago

Vorlent commented 4 years ago

export DISPLAY=":99" xdotool keydown Alt

This results in the Alt key being pressed until the corresponding xdotool keyup Alt event arrives.

Vorlent commented 4 years ago

The cozycast worker now keeps track of the currently pressed keys and resets the keyboard state when the remote has been picked up. This solves the problem for every key, not just for modifiers.