Fixed none working keybindings with a 1.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 10 Feb 2013 16:43:31 +0000 (17:43 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 10 Feb 2013 16:43:31 +0000 (17:43 +0100)
commit59e597e9fe5858539787e77d50930c73c40ef2ad
tree3f43f5cd5950f5226fbea53f7fbd878a025fae33
parent4cb3663a13988d0bd3af004644c34c0e50ed94ac
Fixed none working keybindings with a 1.

If a keybind contained a 1 this was only checked if it where uppercase, and
the shift mask was added to the keybinding. Indeed the 1 is uppercase and
lowercase together, so we ignore such cases where the char is available in
both cases.
src/keybind.c