diff options
author | Jonathan Gray | 2004-06-21 02:09:50 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-06-21 02:09:50 +0000 |
commit | 02376854734790b17026a2836294e8f0111d2f40 (patch) | |
tree | 2e96161c1900ecbae81ac04b55d4927dcc80429a /README | |
parent | 0b911df179306805f5e66e0405dcebe221779eec (diff) | |
download | scummvm-rg350-02376854734790b17026a2836294e8f0111d2f40.tar.gz scummvm-rg350-02376854734790b17026a2836294e8f0111d2f40.tar.bz2 scummvm-rg350-02376854734790b17026a2836294e8f0111d2f40.zip |
disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X unices (including Linux) for consistency with other applications
svn-id: r13989
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -467,7 +467,9 @@ ScummVM supports various in game hotkeys. They differ between the SCUMM and simon games. Common: - Ctrl-z OR Alt-x - Quit + Cmd-q - Quit (Mac OS X) + Ctrl-q - Quit (other unices including Linux) + Ctrl-z OR Alt-x - Quit (other platforms) Keyboard Arrow Keys - Simulate mouse movement Ctrl-f - Toggle fast mode Ctrl-m - Toggle mouse capture |