Fixed keybinding issue with irrelevant modifiers (#6).
authorDaniel Carl <danielcarl@gmx.de>
Tue, 4 Jun 2013 20:57:11 +0000 (22:57 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 4 Jun 2013 21:16:34 +0000 (23:16 +0200)
commitc86f60993553112264a82882e15d72a9724afecc
tree170d4d64bd52e1c091a0d541a1fe57f7aaa71112
parentf0e32f46c8768fd142f247ff026f45616d593c31
Fixed keybinding issue with irrelevant modifiers (#6).

There are some keys for that some of the modifiers don't matter, for example
is it irrelevant for ';' if it's shifted or not. These irrelevant modifiers
are removed before the keybindings are searched.
src/config.h
src/keybind.c