bindinds: add support for alt/ctrl/shift modifiers and escape key

This commit is contained in:
Andrzej Rybczak
2015-05-12 22:02:09 +02:00
parent e7b152938b
commit dcac42748a
10 changed files with 434 additions and 296 deletions

View File

@@ -2626,7 +2626,7 @@ void seek()
? (Timer-t).total_seconds()/2+Config.seek_time
: Config.seek_time;
Key input = Key::read(*wFooter);
NC::Key::Type input = readKey(*wFooter);
auto k = Bindings.get(input);
if (k.first == k.second || !k.first->isSingle()) // no single action?
break;