Opened 4 years ago
Closed 4 years ago
#12403 closed defect (fixed)
QFG2VGA CTRL+S keyboard shortcut non-functional
Reported by: | tomasz89 | Owned by: | dreammaster |
---|---|---|---|
Priority: | normal | Component: | Engine: AGS |
Version: | Keywords: | ||
Cc: | Game: | Quest for Glory 2 |
Description
Start or run any game. Except for 'busy' situations, CTRL+S should bring up the Hero's stats screen.
It works in the given executables from AGDI, however the ScummVM version doesn't respond.
Git version 78c48fd9df3ea9c332e7c0b57588dcc35da7a28e, Ubuntu 64bit.
Change History (2)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
It should all be fixed now.
Note:
See TracTickets
for help on using tickets.
You're right. The Allegro backend the standalone interpreter uses does some weird shennanigans with the handling of ASCII vs scancodes for characters when Ctrl is held down vs when it isn't. Looking into it further.