aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTravis Howell2003-06-17 06:13:57 +0000
committerTravis Howell2003-06-17 06:13:57 +0000
commit94e88917da39257849fdc66f385c51d4723eaa2d (patch)
tree551bf8303f9809630ada5e45132b2664f37a5d35 /README
parent7c06cf7ceb4f37c95d78ffbe70dcc2d6af1b17c7 (diff)
downloadscummvm-rg350-94e88917da39257849fdc66f385c51d4723eaa2d.tar.gz
scummvm-rg350-94e88917da39257849fdc66f385c51d4723eaa2d.tar.bz2
scummvm-rg350-94e88917da39257849fdc66f385c51d4723eaa2d.zip
Make OpenGL specific scaler use other keys so all normal scaler canbe made available.
svn-id: r8521
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index d0b75be72b..7bba62e258 100644
--- a/README
+++ b/README
@@ -378,15 +378,11 @@ simon games.
Keyboard Arrow Keys - simulate mouse movement
Ctrl-f - runs in fast mode.
Ctrl-Alt 0-9 - Switch between graphics filters
- Ctrl-Alt 1 - Switch beetwen bilinear and non-linear
+ Ctrl-Alt b - Switch beetwen bilinear and non-linear
filtering [OpenGL backend]
- Ctrl-Alt 2 - Don't fit the game in the whole screen
- (black borders) [OpenGL backend]
- Ctrl-Alt 3 - Fit the game in the whole screen
- (no black borders) [OpenGL backend]
- Ctrl-Alt 4-7 - Switch between graphics filters
- [OpenGL backend]
-
+ Ctrl-Alt a - Switch between: [OpenGL backend]
+ - Fit the game in the whole screen (No black borders)
+ - Don't fit the game in the whole screen (Black borders)
Scumm:
Ctrl 0-9 and Alt 0-9 - load and save game state
Ctrl-g - runs in really REALLY fast mode.