[Scummvm-git-logs] scummvm master -> 5ad97bcb3ba9f027d06f498fe4ff07251b5fcaab

aquadran noreply at scummvm.org
Tue Sep 1 04:16:56 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
5ad97bcb3b WINTERMUTE: Corrected highlight key mapping


Commit: 5ad97bcb3ba9f027d06f498fe4ff07251b5fcaab
    https://github.com/scummvm/scummvm/commit/5ad97bcb3ba9f027d06f498fe4ff07251b5fcaab
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-09-01T06:16:43+02:00

Commit Message:
WINTERMUTE: Corrected highlight key mapping

Changed paths:
    engines/wintermute/keymapper_tables.h


diff --git a/engines/wintermute/keymapper_tables.h b/engines/wintermute/keymapper_tables.h
index 08c7ddcda93..8228cf895ac 100644
--- a/engines/wintermute/keymapper_tables.h
+++ b/engines/wintermute/keymapper_tables.h
@@ -69,7 +69,7 @@ inline Common::KeymapArray getWintermuteKeymaps(const char *target, const Common
 	engineKeyMap->addAction(act);
 
 	act = new Action("HIGHLIGHT", _("Highlight active items"));
-	act->setKeyEvent(KeyState(KEYCODE_p, 0, KBD_CTRL));
+	act->setKeyEvent(KeyState(KEYCODE_TAB, 0, KBD_CTRL));
 	act->addDefaultInputMapping("C+TAB"); // original keyboard
 	engineKeyMap->addAction(act);
 




More information about the Scummvm-git-logs mailing list