aboutsummaryrefslogtreecommitdiff
path: root/doc/05_04.tex
diff options
context:
space:
mode:
authorHannes Niederhausen2004-01-20 18:51:32 +0000
committerHannes Niederhausen2004-01-20 18:51:32 +0000
commit941f99dc38366a2bb53c438c43979642d983c3eb (patch)
tree485e876422b209ae0ff54a92388e1b470af3e1e3 /doc/05_04.tex
parentf05654662ce6f0ef40bc378ec0032d77e50a5db8 (diff)
downloadscummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.tar.gz
scummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.tar.bz2
scummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.zip
Added latex-files. To make the readme.ps type 'latex readme.tex&&dvips readme.dvi -o readme.ps' If someone wants a Makefile, please post it to the scmmvm-devel-list.
svn-id: r12560
Diffstat (limited to 'doc/05_04.tex')
-rw-r--r--doc/05_04.tex72
1 files changed, 72 insertions, 0 deletions
diff --git a/doc/05_04.tex b/doc/05_04.tex
new file mode 100644
index 0000000000..74ce723835
--- /dev/null
+++ b/doc/05_04.tex
@@ -0,0 +1,72 @@
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme"
+%%% End:
+
+\subsection{Hot Keys}
+ScummVM supports various in game hotkeys. They differ between the SCUMM and
+Simon games.
+\begin{itemize}
+\item Common:\\
+ \begin{tabular}{ll}
+ Ctrl-z OR Alt-x & Quit\\
+ 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.\\
+ \end{tabular}
+\item Scumm:\\
+ \begin{tabular}{ll}
+ Ctrl 0-9 and Alt 0-9 & Load and save game state\\
+ Ctrl-g & Runs in really REALLY fast mode.\\
+ Ctrl-d & Starts the debugger.\\
+ 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.\\
+ Space & Pauses\\
+ Period (.) & Skips current line of text in some games\\
+ Alt-Enter & Toggles full screen/windowed\\
+ Enter & Simulate left mouse button press\\
+ Tab & Simulate right mouse button press\\
+ \end{tabular}
+\item Simon:\\
+ \begin{tabular}{ll}
+ Ctrl 0-9 and Alt 0-9 & Load and save game state\\
+ 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 & Toggles pause\\
+ t & Switch between speech and subtitles\\
+ v & Switch between subtitles only and\\
+ & combined speech \& subtitles.\\
+ & (Simon the Sorcerer 2 only)\\
+ \end{tabular}
+\item Beneath a Steel Sky:\\
+ \begin{tabular}{ll}
+ Ctrl 0-9 and Alt 0-9 & Load and save game state\\
+ 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}
+\end{itemize}
+Note that using ctrl-f and ctrl-g are not recommended: games can crash when
+being ran faster than their normal speed, as scripts will lose synchronisation.
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme"
+%%% End: