Revert "KEYMAPPER: Make global keymap that is always active"

This reverts commit ac85d134b3.
This commit is contained in:
Tarek Soliman 2011-11-02 10:16:16 -05:00
parent 6523454db5
commit b708d6de79
4 changed files with 3 additions and 30 deletions

View file

@ -287,7 +287,8 @@ static void setupKeymapper(OSystem &system) {
act->addKeyEvent(KeyState(KEYCODE_F8, ASCII_F8, 0));
mapper->addGlobalKeymap(globalMap);
mapper->setGlobalKeymap(globalMap);
mapper->pushKeymap("global", true);
#endif
}