Revert "KEYMAPPER: Make global keymap that is always active"
This reverts commit ac85d134b3
.
This commit is contained in:
parent
6523454db5
commit
b708d6de79
4 changed files with 3 additions and 30 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue