]> git.sur5r.net Git - i3/i3/commit
Fix numlock state
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Mar 2010 02:28:38 +0000 (03:28 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Mar 2010 02:28:38 +0000 (03:28 +0100)
commit85730d6892aa6dff925a032788878e723e3540d4
treefd8c5977aae432589c4b7c1eb30fe7467251ea4f
parent56139f3656a3c4da195fc7189441443e5dd094cf
Fix numlock state

Apparantly, after activating numlock once, the numlock modifier
stays turned on (use xev(1) to verify). So, to resolve useful
keysyms, we remove the numlock flag from the event state. What
currently does not work is actually using your keypad.
i3-input/i3-input.h
i3-input/main.c
i3-input/xcb.c