#7579 closed feature request (fixed)
PQ1: Allow users to disable the debugger console key combo
Reported by: | (none) | Owned by: | m-kiewitz |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | Game: | Police Quest 1 |
Description
cummVM 0.11.0svn (Jul 4 2007 09:37:08) Features compiled in: Vorbis FLAC MP3 zLib MPEG2
The Amiga version (at least) features a keyboard shortcut for calling Dispatch, which saves one typing the command "call dispatch" over and over again.
Unfortunately this shortcut is "CTRL-D" which is suppressed due to ScummVM's debugger window coming up.
It's not a bug per se, but it would be nice to have the "dispatcher shortcut" back somehow.
I'm not sure of the PC DOS version, but i believe it has the same base of commands. Don't think they changed that much for the Amiga version
Police Quest I: In Pursuit of the Death Angel (2.0B 1989-02-22/Amiga/English)
AmigaOS4 gcc version 4.0.2 (AmigaOS build 20051012)
Ticket imported from: #1747877. Ticket imported from: feature-requests/395.
Change History (9)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Furthermore, this doesn't seem to be a bug, but rather a feature request to give users the ability to disable the debugger key combination, so I'm moving it to feature requests and I'm giving it a more appropriate name
comment:3 by , 17 years ago
Component: | Engine: AGI |
---|---|
Game: | Police Quest 1 |
Summary: | PQ1: Keyboard shortcut suppressed (Amiga version only?) → PQ1: Allow users to disable the debugger console key combo |
comment:4 by , 17 years ago
We do have other shortcuts for the debugger in place, however (namely # and ~).
comment:5 by , 14 years ago
Has this been decided on yet? It would be nice to have the help of the shortcut and thus original behaviour
One could tell the user in the readme that the console can be triggered by the other two keys?
comment:6 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:7 by , 9 years ago
Just changed with 2b216e1494eff43c182332a7895538b50d4b48e6 Debugger is now available via Ctrl-Shift-D, just like the SCI debugger
comment:8 by , 6 years ago
Component: | → Engine: SCI |
---|---|
Game: | → Police Quest 1 |
comment:9 by , 3 years ago
Resolution: | → fixed |
---|
I don't think that changing the keyboard shortcut for ScummVM's debugger is the wise thing to do, especially since it is only needed for a shortcut used just in one game. It might be viable to give users the ability to disable the debugger by introducing some sort of command line parameter for ScummVM, though