summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2014-07-07 19:12:38 +0200
committerBlockMen <nmuelll@web.de>2014-07-07 19:12:38 +0200
commite69d66078417ee6193d3ac2adc129c220a5af4d1 (patch)
treecb5c32c2b4190bed115505f5a9e9f277f939fe2c /README.txt
parent5ca336ea9281e87d8a2de95cef337e056266838d (diff)
downloadminetest-e69d66078417ee6193d3ac2adc129c220a5af4d1.tar.gz
minetest-e69d66078417ee6193d3ac2adc129c220a5af4d1.tar.bz2
minetest-e69d66078417ee6193d3ac2adc129c220a5af4d1.zip
Update default control documentation
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt27
1 files changed, 23 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 3ae51f7b4..927fdad11 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-Minetest
-============
+Minetest
+========
An InfiniMiner/Minecraft inspired game.
@@ -32,14 +32,33 @@ Default Controls
- WASD: move
- Space: jump/climb
- Shift: sneak/go down
-- Q: drop item
+- Q: drop itemstack (+ SHIFT for single item)
- I: inventory
- Mouse: turn/look
- Mouse left: dig/punch
- Mouse right: place/use
- Mouse wheel: select item
-- Esc: pause menu
- T: chat
+- 1-8: select item
+
+- Esc: pause menu (pauses only singleplayer game)
+- R: Enable/Disable full range view
+- +: Increase view range
+- -: Decrease view range
+- K: Enable/Disable fly (needs fly privilege)
+- J: Enable/Disable fast (needs fast privilege)
+- H: Enable/Disable noclip (needs noclip privilege)
+
+- F1: Hide/Show HUD
+- F2: Hide/Show Chat
+- F3: Disable/Enable Fog
+- F4: Disable/Enable Camera update (Mapblocks are not updated anymore when disabled)
+- F5: Toogle through debug info screens
+- F6: Toogle through output data
+- F7: Toggle through camera modes
+- F10: Show/Hide console
+- F12: Take screenshot
+
- Settable in the configuration file, see the section below.
Paths