diff options
author | Max Horn | 2007-04-22 11:01:08 +0000 |
---|---|---|
committer | Max Horn | 2007-04-22 11:01:08 +0000 |
commit | 3f3c7bf7e822e3a974ae6edc33fda6250a704f0b (patch) | |
tree | 596f042781e7ae2d12e9cb92f6a2c45e85511534 | |
parent | 8c8066b7abdca20c55026b88fa01b1c57de53931 (diff) | |
download | scummvm-rg350-3f3c7bf7e822e3a974ae6edc33fda6250a704f0b.tar.gz scummvm-rg350-3f3c7bf7e822e3a974ae6edc33fda6250a704f0b.tar.bz2 scummvm-rg350-3f3c7bf7e822e3a974ae6edc33fda6250a704f0b.zip |
Document Alt-s hotkey in SDL backend, removed bogus reference to Ctrl-s hotkey for SCUMM games (it's not a hotkey of the engine, just a few SCUMM games happen to implement it)
svn-id: r26566
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -878,6 +878,7 @@ other games. stretches the image to use 320x240 pixels instead, or a multiple thereof Alt-Enter - Toggles full screen/windowed + Alt-s - Make a screenshot (SDL backend only) SCUMM: Ctrl 0-9 and Alt 0-9 - Load and save game state @@ -886,7 +887,6 @@ other games. Ctrl-t - Switch between 'Speech only', 'Speech and Subtitles' and 'Subtitles only' Tilde (~) - Show/hide the debugging console - Ctrl-s - Shows memory consumption [ and ] - Music volume, down/up - and + - Text speed, slower/faster F5 - Displays a save/load box |