mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
SKY: Consistentcy in keymapper action names
This commit is contained in:
parent
db1b7a47fa
commit
4b6fd4f516
@ -128,12 +128,12 @@ Common::KeymapArray SkyMetaEngine::initKeymaps(const char *target) const {
|
||||
act->addDefaultInputMapping("p");
|
||||
shortcutsKeymap->addAction(act);
|
||||
|
||||
act = new Action("FAST", _("Toggle fast mode"));
|
||||
act = new Action("FAST", _("Toggle fast mode on/off"));
|
||||
act->setCustomEngineActionEvent(kSkyActionToggleFastMode);
|
||||
act->addDefaultInputMapping("C+f");
|
||||
shortcutsKeymap->addAction(act);
|
||||
|
||||
act = new Action("RFAST", _("Toggle really fast mode"));
|
||||
act = new Action("RFAST", _("Toggle really fast mode on/off"));
|
||||
act->setCustomEngineActionEvent(kSkyActionToggleReallyFastMode);
|
||||
act->addDefaultInputMapping("C+g");
|
||||
shortcutsKeymap->addAction(act);
|
||||
|
Loading…
Reference in New Issue
Block a user