[Scummvm-git-logs] scummvm master -> 5622d97cba09a2249005f9dbf53c55f7f105fc97
sev-
noreply at scummvm.org
Fri Mar 20 14:50:55 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:
5622d97cba ULTIMA: NUVIE: Normalized keymapper action name
Commit: 5622d97cba09a2249005f9dbf53c55f7f105fc97
https://github.com/scummvm/scummvm/commit/5622d97cba09a2249005f9dbf53c55f7f105fc97
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-20T15:50:31+01:00
Commit Message:
ULTIMA: NUVIE: Normalized keymapper action name
Changed paths:
engines/ultima/nuvie/metaengine.cpp
diff --git a/engines/ultima/nuvie/metaengine.cpp b/engines/ultima/nuvie/metaengine.cpp
index 2b2137176b0..5dfd55098dc 100644
--- a/engines/ultima/nuvie/metaengine.cpp
+++ b/engines/ultima/nuvie/metaengine.cpp
@@ -94,7 +94,7 @@ static const NuvieActionDescription NuvieActionDescriptions[] = {
//{ "QUIT_NO_DIALOG", "_s(Quit without confirmation"), "M+q", nullptr },
{ "GAME_MENU_DIALOG", _s("Show game menu; Cancel action if in middle of action"), "ESCAPE", nullptr },
//{ "TOGGLE_FULLSCREEN", "_s(Toggle fullscreen"), "M+RETURN", nullptr },
- { "TOGGLE_CURSOR", _s("Toggle Cursor"), "TAB", nullptr },
+ { "TOGGLE_CURSOR", _s("Toggle cursor"), "TAB", nullptr },
{ "TOGGLE_COMBAT_STRATEGY", _s("Toggle combat strategy"), "BACKQUOTE", nullptr },
{ "TOGGLE_FPS_DISPLAY", _s("Toggle frames per second display"), "C+PLUS", nullptr },
{ "TOGGLE_AUDIO", _s("Toggle audio"), "C+a", nullptr },
More information about the Scummvm-git-logs
mailing list