Opened 2 years ago

Closed 14 months ago

#14740 closed defect (fixed)

SCUMM: Incorrect special keyboard commands in Help dialog

Reported by: eriktorbjorn Owned by: sev-
Priority: normal Component: Engine: SCUMM
Version: Keywords:
Cc: Game:

Description (last modified by eriktorbjorn)

Current development version of ScummVM, English language.

The help dialog (from the Ctrl+F5 menu) lists some "special keyboard commands" that don't seem to work.

  • Ctrl s ("Show memory consumption") did nothing. Looking at the source code, it looks like it should be Ctrl+Alt+S, but that combination is apparently already taken by the SDL backend's "Cycle through stretch modes" command.
  • Ctrl d ("Start the debugger") opened the "drafts inventory" instead in Loom. (Since I had that enhancement turned on, but I think it's always listed?) Isn't it Ctrl+Alt+D?


I don't know if there are others, and I haven't checked the other engines.

Attachments (1)

incorrect-help.png (23.9 KB ) - added by eriktorbjorn 2 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by eriktorbjorn, 2 years ago

Summary: SCUMM: Incorrect special keyboard commandsSCUMM: Incorrect special keyboard commands in Help dialog

by eriktorbjorn, 2 years ago

Attachment: incorrect-help.png added

comment:2 by eriktorbjorn, 2 years ago

Description: modified (diff)

comment:3 by eriktorbjorn, 2 years ago

Description: modified (diff)

comment:4 by tag2015, 2 years ago

The graphics filter command is outdated, too. Those keybindings go back to when each filter was mapped to a number.

It should be

Ctrl Alt 9,0 - Cycles forwards/backwards between graphics filters

comment:5 by sev-, 14 months ago

In c5c50a2a:

SCUMM: Clarify keyboard bindings in the Help. Bug #14740

This also removes displayed keybinding on on the memory usage,
since that is now taken by stretch functionality and in general,
this is not very useful as of now (it prints out one line of stats
to the debug log)

All of this should in reality go to the keymapper.

comment:6 by sev-, 14 months ago

Owner: set to sev-
Resolution: fixed
Status: newclosed

Fixed

Note: See TracTickets for help on using tickets.