KEYMAPPER: Map Joy_X to skip lines by default
This commit is contained in:
parent
d2f48c6102
commit
70a927a260
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ Common::KeymapArray MetaEngine::initKeymaps(const char *target) const {
|
|||
act = new Action("SKLI", _("Skip line"));
|
||||
act->setKeyEvent(KeyState(KEYCODE_PERIOD, '.'));
|
||||
act->addDefaultInputMapping("PERIOD");
|
||||
act->addDefaultInputMapping("JOY_X");
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
act = new Action("PIND", _("Predictive input dialog"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue