mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
More readable default controls in README
This commit is contained in:
parent
5a6618cc57
commit
de331b18e9
75
README.md
75
README.md
@ -32,46 +32,47 @@ This game is not finished
|
|||||||
|
|
||||||
Default controls
|
Default controls
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
All controls are re-bindable using settings.
|
All controls are re-bindable using settings.
|
||||||
Some can be changes in the key config dialog in the settings tab.
|
Some can be changes in the key config dialog in the settings tab.
|
||||||
|
|
||||||
- Move mouse: Look around
|
| Button | Action |
|
||||||
- W, A, S, D: Move
|
|-------------------------------|----------------------------------------------------------------|
|
||||||
- Space: Jump/move up
|
| Move mouse | Look around |
|
||||||
- Shift: Sneak/move down
|
| W, A, S, D | Move |
|
||||||
- Q: Drop itemstack
|
| Space | Jump/move up |
|
||||||
- Shift + Q: Drop single item
|
| Shift | Sneak/move down |
|
||||||
- Left mouse button: Dig/punch/take item
|
| Q | Drop itemstack |
|
||||||
- Right mouse button: Place/use
|
| Shift + Q | Drop single item |
|
||||||
- Shift + right mouse button: Build (without using)
|
| Left mouse button | Dig/punch/take item |
|
||||||
- I: Inventory menu
|
| Right mouse button | Place/use |
|
||||||
- Mouse wheel: Select item
|
| Shift + right mouse button | Build (without using) |
|
||||||
- 0-9: Select item
|
| I | Inventory menu |
|
||||||
- Z: Zoom (needs zoom privilege)
|
| Mouse wheel | Select item |
|
||||||
- T: Chat
|
| 0-9 | Select item |
|
||||||
- /: Command
|
| Z | Zoom (needs zoom privilege) |
|
||||||
- Esc: Pause menu/abort/exit (pauses only singleplayer game)
|
| T | Chat |
|
||||||
- R: Enable/disable full range view
|
| / | Command |
|
||||||
- +: Increase view range
|
| Esc | Pause menu/abort/exit (pauses only singleplayer game) |
|
||||||
- -: Decrease view range
|
| R | Enable/disable full range view |
|
||||||
- K: Enable/disable fly mode (needs fly privilege)
|
| + | Increase view range |
|
||||||
- J: Enable/disable fast mode (needs fast privilege)
|
| - | Decrease view range |
|
||||||
- H: Enable/disable noclip mode (needs noclip privilege)
|
| K | Enable/disable fly mode (needs fly privilege) |
|
||||||
- E: Move fast in fast mode
|
| J | Enable/disable fast mode (needs fast privilege) |
|
||||||
- F1: Hide/show HUD
|
| H | Enable/disable noclip mode (needs noclip privilege) |
|
||||||
- F2: Hide/show chat
|
| E | Move fast in fast mode |
|
||||||
- F3: Disable/enable fog
|
| F1 | Hide/show HUD |
|
||||||
- F4: Disable/enable camera update (Mapblocks are not updated anymore when disabled, disabled in release builds)
|
| F2 | Hide/show chat |
|
||||||
- F5: Cycle through debug info screens
|
| F3 | Disable/enable fog |
|
||||||
- F6: Cycle through profiler info screens
|
| F4 | Disable/enable camera update (Mapblocks are not updated anymore when disabled, disabled in release builds) |
|
||||||
- F7: Cycle through camera modes
|
| F5 | Cycle through debug info screens |
|
||||||
- F8: Toggle cinematic mode
|
| F6 | Cycle through profiler info screens |
|
||||||
- F9: Cycle through minimap modes
|
| F7 | Cycle through camera modes |
|
||||||
- Shift + F9: Change minimap orientation
|
| F8 | Toggle cinematic mode |
|
||||||
- F10: Show/hide console
|
| F9 | Cycle through minimap modes |
|
||||||
- F12: Take screenshot
|
| Shift + F9 | Change minimap orientation |
|
||||||
- P: Write stack traces into debug.txt
|
| F10 | Show/hide console |
|
||||||
|
| F12 | Take screenshot |
|
||||||
|
| P | Write stack traces into debug.txt |
|
||||||
|
|
||||||
Paths
|
Paths
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user