]> git.sur5r.net Git - i3/i3/commit
Bugfix: fix “overlapping” --release key bindings (Thanks phlux)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 24 Jan 2013 13:44:01 +0000 (14:44 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 24 Jan 2013 13:44:01 +0000 (14:44 +0100)
commit2eb4ed95bcd5f039014db51eb56f0ac411401fa5
tree9241279bee03d9f5fe3710cee943d7ca5ead6a86
parent1b6ea35eb6362ab8caf4c6947016c92b35b22f10
Bugfix: fix “overlapping” --release key bindings (Thanks phlux)

We eagerly marked all KeyRelease bindings as eligible to match without
checking modifiers, while this should only be allowed for the key
binding which actually was pressed.

fixes #915
src/config.c