ibabushkin / gabelstaplerwm

A window manager in Rust, using XCB
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

NumLock issues #1

Closed ibabushkin closed 7 years ago

ibabushkin commented 8 years ago

When we start Xephyr, activate NumLock, start the window manager to connect to the Xephyr-instance, deactivate NumLock, the events we receive "pretend" that NumLock is still on.

ibabushkin commented 8 years ago

Note to self - I probably should check this behaviour without Xephyr.

ibabushkin commented 7 years ago

Can't reproduce in normal use.

ibabushkin commented 7 years ago

It might make sense to allow for ignoring specific modifiers, such as {caps,num}lock to avoid issues like these

ibabushkin commented 7 years ago

The feature mentioned above is implemented, so this issue can be considered fixed.