RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.65
diff -u -r1.65 readme.txt
|
|
|
254 | 254 | ----------------- |
255 | 255 | Ctrl 0-9 and Shift 0-9 - load and save games |
256 | 256 | Ctrl-Alt 1-7 - cycles between graphics filters |
257 | | Ctrl-z - quits |
| 257 | Ctrl-z or Alt-x - quits |
258 | 258 | Ctrl-f - runs in fast mode. |
259 | 259 | Ctrl-g - runs in really REALLY fast mode. |
260 | 260 | Ctrl-d - starts the debugger. |
… |
… |
|
265 | 265 | Space - pauses |
266 | 266 | Period (.) - skips current line of text in some games |
267 | 267 | Alt-Enter - toggles full screen/windowed |
| 268 | Enter - Left Mouse Button Press |
| 269 | Tab - Right Mouse Button Press |
| 270 | Keyboard Arrow Keys - Mouse Movement |
| 271 | |
| 272 | In Save/Load Dialog: |
| 273 | s - Save Game |
| 274 | l - Load Game |
| 275 | p or ESC - Play |
| 276 | o - Options |
| 277 | q - Quit |
268 | 278 | |
269 | 279 | Note that using ctrl-f and ctrl-g are not recommended: Games can crash when |
270 | 280 | being ran faster than their normal speed, as scripts will loose syncronisation |