mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Add keyboard shortcuts for FF
svn-id: r22338
This commit is contained in:
parent
881d8ce833
commit
8ff4409f49
19
README
19
README
@ -687,10 +687,6 @@ other games.
|
||||
Escape - Skips cutscenes
|
||||
Space - Skips current line of text
|
||||
|
||||
The Legend of Kyrandia:
|
||||
Ctrl 0-9 and Alt 0-9 - Load and save game state
|
||||
Ctrl-d - Starts the debugger
|
||||
|
||||
Simon the Sorcerer 1 & 2:
|
||||
Ctrl 0-9 and Alt 0-9 - Load and save game state
|
||||
Ctrl-d - Starts the debugger
|
||||
@ -707,6 +703,21 @@ other games.
|
||||
combined speech & subtitles
|
||||
[Simon the Sorcerer 2 only]
|
||||
|
||||
The Feeble Files
|
||||
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 & subtitles
|
||||
|
||||
The Legend of Kyrandia:
|
||||
Ctrl 0-9 and Alt 0-9 - Load and save game state
|
||||
Ctrl-d - Starts the debugger
|
||||
|
||||
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.
|
||||
|
||||
|
@ -70,11 +70,6 @@ other games.
|
||||
Escape & Skips cutscenes\\
|
||||
Space & Skips current line of text\\
|
||||
\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}
|
||||
\item Simon the Sorcerer 1 \& 2:\\
|
||||
\begin{tabular}{ll}
|
||||
Ctrl 0-9 and Alt 0-9 & Load and save game state\\
|
||||
@ -92,6 +87,24 @@ other games.
|
||||
& combined speech \& 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 \& subtitles\\
|
||||
& (Simon the Sorcerer 2 only)\\
|
||||
\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 ran faster than their normal speed, as scripts will lose synchronisation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user