]> git.sur5r.net Git - i3/i3/commit
Bugfix: compare all resolved modifier masks
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 12 Sep 2016 10:05:38 +0000 (12:05 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 12 Sep 2016 10:05:38 +0000 (12:05 +0200)
commit0469716fd6cbe22916b1f7a0cc8193f6025e8405
tree4360885e802bd0a226f49ef07e81973ddbb28b9b
parent5ca7d4b2226f4cdd40b661a0bc2585cc87518f9c
Bugfix: compare all resolved modifier masks

Before this commit, i3 only compared the user-specified modifiers and
incorrectly ignored the resolved modifiers (such as the numlock
fallback).

While at it, also fix the testcase which treated numlock as a momentary
modifier, whereas it really is a latched modifier.

fixes #2418
src/bindings.c
testcases/t/264-keypress-numlock.t