aboutsummaryrefslogtreecommitdiff
path: root/doc/running-hotkeys.tex
blob: 7e38b9685ba69f92b3317f8daf92a9ae4c7c7625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
\subsection{Hot Keys}

ScummVM supports various in game hotkeys. They differ between SCUMM games and
other games.

\begin{itemize}
\item Common:\\
  \begin{tabular}{ll}
    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\\
    Ctrl-Alt 1-8           & Switch between graphics filters\\
    Ctrl-Alt + and -       & Increase/Decrease the scale factor\\
    Ctrl-Alt a             & Toggle aspect-ratio correction on/off\\
                           & Most of the games use a 320x200 pixel\\
                           & resolution, which may look squashed on\\
                           & modern monitors. Aspect-ratio correction\\
                           & stretches the image to use 320x240 pixels\\
                           & instead, or a multiple thereof\\
    Alt-Enter              & Toggles full screen/windowed\\
  \end{tabular}
\item SCUMM:\\
  \begin{tabular}{ll}
    Ctrl 0-9 and Alt 0-9   & Load and save game state\\
    Ctrl-d                 & Starts the debugger\\
    Ctrl-g                 & Runs in really REALLY fast mode\\
    Ctrl-t                 & Switch between 'Speech only',\\
                           & 'Speech and Subtitles' and 'Subtitles only'\\
    Tilde \verb#~#         & 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\\
    Alt-F5                 & Displays the original save/load box, if the game\\
                           & has one. This is not intended for saving or\\
                           & loading a game, and may even crash ScummVM in\\
                           & some games, but it is currently the only way to\\
                           & see your IQ points in Indiana Jones and the Last\\
                           & Crusade without dying.\\
    Space                  & Pauses\\
    Period (.)             & Skips current line of text in some games\\
    Enter                  & Simulate left mouse button press\\
    Tab                    & Simulate right mouse button press\\
  \end{tabular}
\item Beneath a Steel Sky:\\
  \begin{tabular}{ll}
    Ctrl-d                 & Starts the debugger\\
    Ctrl-g                 & Runs in really REALLY fast mode\\
    F5                     & Displays a save/load box\\
    Escape                 & Skips the game intro\\
    Period (.)             & Skips current line of text\\
  \end{tabular}
\item Broken Sword 1:\\
  \begin{tabular}{ll}
    F5 or ESC              & Displays save/load box\\
  \end{tabular}
\item Broken Sword 2:\\
  \begin{tabular}{ll}
    Ctrl-d                 & Starts the debugger\\
    Ctrl-f                 & Toggle fast mode\\
    c                      & Displays the credits\\
    p                      & Pauses\\
  \end{tabular}
\item Flight of the Amazon Queen:\\
  \begin{tabular}{ll}
    Ctrl-d                 & Starts the debugger\\
    F1                     & Displays save/load box\\
    F11                    & Quicksave\\
    F12                    & Quickload\\
    Escape                 & Skips cutscenes\\
    Space                  & Skips current line of text\\
  \end{tabular}
\item Simon the Sorcerer 1 and 2:\\
  \begin{tabular}{ll}
    Ctrl 0-9 and Alt 0-9   & Load and save game state\\
    Ctrl-d                 & Starts the debugger\\
    F1 - F3                & Text speed, faster - slower\\
    F10                    & Shows all characters and objects you can \\
                           & interact with\\
    - and +                & Music volume, down/up\\
    m                      & Music on/off\\
    s                      & Sound effects on/off\\
    b                      & Background sounds on/off\\
    p                      & Pauses\\
    t                      & Switch between speech and subtitles\\
    v                      & Switch between subtitles only and\\
                           & combined speech and subtitles\\
                           & (Simon the Sorcerer 2 only)\\
  \end{tabular}
\item The Feeble Files:\\
  \begin{tabular}{ll}
    Ctrl-d                 & Starts the debugger\\
    F7                     & Switch characters\\
    F9                     & Hitbox names on/off\\
    s                      & Sound effects on/off\\
    b                      & Background sounds on/off\\
    p                      & Pauses\\
    t                      & Switch between speech and subtitles\\
    v                      & Switch between subtitles only and\\
                           & combined speech and subtitles\\
  \end{tabular}
\item The Legend of Kyrandia:\\
  \begin{tabular}{ll}
    Ctrl 0-9 and Alt 0-9   & Load and save game state\\
    Ctrl-d                 & Starts the debugger\\
  \end{tabular}
\end{itemize}

Note that using ctrl-f and ctrl-g are not recommended: games can crash when
being run faster than their normal speed, as scripts will lose synchronisation.

Ctrl-f is not supported by the Broken Sword games.


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "readme.tex"
%%% End: