diff options
author | Eugene Sandulenko | 2016-02-01 10:35:13 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-01 10:35:13 +0100 |
commit | 68ff933206e091f0cd9712a903228cb9d0801db6 (patch) | |
tree | 81bfe44dce3610538dde25f70f3d9eda553e9265 /README | |
parent | 7b521edac778b0a0369493054b4810da87d22435 (diff) | |
parent | 94cd15bb3e07950bd98f8133e552707a33729e47 (diff) | |
download | scummvm-rg350-68ff933206e091f0cd9712a903228cb9d0801db6.tar.gz scummvm-rg350-68ff933206e091f0cd9712a903228cb9d0801db6.tar.bz2 scummvm-rg350-68ff933206e091f0cd9712a903228cb9d0801db6.zip |
Merge pull request #657 from lordhoto/scumm-alt-x
ALL: Handle Alt-x internally in SCUMM.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1487,7 +1487,7 @@ other games. Ctrl-F5 - Displays the Global Menu Cmd-q - Quit (Mac OS X) Ctrl-q - Quit (other unices including Linux) - Ctrl-z OR Alt-x - Quit (other platforms) + Ctrl-z - Quit (other platforms) Ctrl-u - Mute all sounds Ctrl-m - Toggle mouse capture Ctrl-Alt 1-8 - Switch between graphics filters @@ -1505,6 +1505,7 @@ other games. of the middle mouse button or wheel. SCUMM: + Alt-x - Quit Ctrl 0-9 and Alt 0-9 - Load and save game state Ctrl-d - Starts the debugger Ctrl-f - Toggle fast mode |