#8145 closed patch
Handling Ctrl-<key>
Reported by: | eriktorbjorn | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
Currently ScummVM intercepts all Ctrl-<key> keypresses, not just the ones it has to, which means that things like pressing Ctrl-V to see the game version doesn't work. This patch fixes it for me.
This ties in slightly to bug #647860 -- with the patch I at least get asked if I want to win if I hit Ctrl-W in Monkey 1. There just isn't any code to handle the answer. The Monkey 2 cheat doesn't work though, because we don't get the right key code for Ctrl-Alt-<key>.
Ticket imported from: #652194. Ticket imported from: patches/250.
Attachments (1)
Change History (3)
by , 22 years ago
comment:1 by , 22 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Patch against a December 10 CVS snapshot