Difference between revisions of "Controls"
Jump to navigation
Jump to search
m (→Game controls: fast → fly) |
(→Game controls: add minetest.conf setting name) |
||
Line 13: | Line 13: | ||
! Default key | ! Default key | ||
! Changable in-game? | ! Changable in-game? | ||
− | ! | + | ! minetest.conf setting |
! Comment | ! Comment | ||
|- | |- | ||
! colspan="5"|Movement | ! colspan="5"|Movement | ||
|- | |- | ||
− | |Look around||Mouse movement||No|| | + | |Look around||Mouse movement||No||—|| |
|- | |- | ||
− | |Move forwards||W||Yes|| | + | |Move forwards||W||Yes||<code>keymap_forward</code>|| |
|- | |- | ||
− | |Move to the left||A||Yes|| | + | |Move to the left||A||Yes||<code>keymap_left</code>|| |
|- | |- | ||
− | |Move to the right||D||Yes|| | + | |Move to the right||D||Yes||<code>keymap_right</code>|| |
|- | |- | ||
− | |Move backwards||S||Yes|| | + | |Move backwards||S||Yes||<code>keymap_backward</code>|| |
|- | |- | ||
− | |Toggle fast mode||J||Yes|| | + | |Toggle fast mode||J||Yes||<code>keymap_fastmove</code>|| See [[Controls/Movement modes|Movement modes]]. Requires “fast” [[Privileges|privilege]] |
|- | |- | ||
− | |Toggle fly mode||K||Yes|| | + | |Toggle fly mode||K||Yes||<code>keymap_freemove</code>|| See [[Controls/Movement modes|Movement modes]]. Requires “fly” [[Privileges|privilege]] |
|- | |- | ||
− | |Toggle noclip mode||H||Yes|| | + | |Toggle noclip mode||H||Yes||<code>keymap_noclip</code>|| See [[Controls/Movement modes|Movement modes]]. Requires “noclip” [[Privileges|privilege]] |
|- | |- | ||
− | |Move fast||E||Yes|| | + | |Move fast||E||Yes||<code>keymap_special1</code>|| Only works if fast mode is on. Oddly, this is also called the “Use” key |
|- | |- | ||
− | |Jump||Space||Yes|| | + | |Jump||Space||Yes||<code>keymap_jump</code>|| This is used when you are neither at a ladder, inside a liquid nor using fly mode |
|- | |- | ||
− | |[[Sneaking|Sneak]]||Shift||Yes|| | + | |[[Sneaking|Sneak]]||Shift||Yes||<code>keymap_sneak</code>|| This is used when you are neither at a ladder, inside a liquid nor using fly mode |
|- | |- | ||
− | |Move up||Space||Yes|| | + | |Move up||Space||Yes||<code>keymap_jump</code>|| This is used when you are at a ladder, inside a liquid or using fly mode |
|- | |- | ||
− | |Move down||Shift||Yes|| | + | |Move down||Shift||Yes||<code>keymap_sneak</code>|| This is used when you are at a ladder, inside a liquid or using fly mode |
|- | |- | ||
! colspan="5"|World interaction | ! colspan="5"|World interaction | ||
|- | |- | ||
− | |Attack / [[Mining|mine]] / collect [[Item stack|item stack]] ||Left mouse button||No|| | + | |Attack / [[Mining|mine]] / collect [[Item stack|item stack]] ||Left mouse button||No||—|| |
|- | |- | ||
− | |[[Using|Use]] / [[Building|build]] ||Right mouse button||No|| | + | |[[Using|Use]] / [[Building|build]] ||Right mouse button||No||—|| If the pointed thing is usable (example: [[Chest]]), you use it, otherwise you attempt to build at this block |
|- | |- | ||
− | |Build ||Shift+Right mouse button||No|| | + | |Build ||Shift+Right mouse button||No||—|| Use this to build at usable blocks |
|- | |- | ||
− | |Select next/previous item stack in [[hotbar]] || Roll mouse wheel || No || | + | |Select next/previous item stack in [[hotbar]] || Roll mouse wheel || No || — || |
|- | |- | ||
− | |Select item stack in hotbar directly || 0-9 || No || | + | |Select item stack in hotbar directly || 0-9 || No || — || |
|- | |- | ||
− | |Drop wielded item stack||Q||Yes|| | + | |Drop wielded item stack||Q||Yes||<code>keymap_drop</code>|| |
|- | |- | ||
− | |Drop 1 item of wielded item stack||Shift+Q||Yes|| | + | |Drop 1 item of wielded item stack||Shift+Q||Yes||<code>keymap_sneak</code>, <code>keymap_drop</code>|| |
|- | |- | ||
! colspan="5"|Camera | ! colspan="5"|Camera | ||
|- | |- | ||
− | |Select camera||F7||No|| | + | |Select camera||F7||No||<code>keymap_camera_mode</code>||Available cameras are (in this order): first person view, third person view from the back, third person view from the front |
|- | |- | ||
− | |Toggle cinematic mode||F8||Yes|| | + | |Toggle cinematic mode||F8||Yes||<code>keymap_cinematic</code>||In cinematic mode, the camera will not immediately follow your movements, instead it will quickly “catch on”, so the movement of the camera looks a bit like the movement of an actual camera |
|- | |- | ||
− | |Zoom in at the crosshair||Z||Yes|| | + | |Zoom in at the crosshair||Z||Yes||<code>keymap_zoom</code>||Only available in Minetest versions coming after 0.4.14. Requires the “zoom” privilege |
|- | |- | ||
! colspan="5"|Heads-up Display | ! colspan="5"|Heads-up Display | ||
|- | |- | ||
− | |Show/hide [[inventory menu]]||I||Yes|| | + | |Show/hide [[inventory menu]]||I||Yes||<code>keymap_inventory</code>|| |
|- | |- | ||
− | |Show/hide HUD ||F1 ||No|| | + | |Show/hide HUD ||F1 ||No||<code>keymap_toggle_hud</code>|| |
|- | |- | ||
− | |Show/hide chat log and application name ||F2 ||No|| | + | |Show/hide chat log and application name ||F2 ||No||<code>keymap_toggle_chat</code>|| |
|- | |- | ||
− | |Toggle [[Minimap|minimap]] ||F9 ||No|| | + | |Toggle [[Minimap|minimap]] ||F9 ||No||<code>keymap_minimap</code>|| There are two modes available: Surface and radar, in 3 different zoom levels || |
|- | |- | ||
− | |Toggle minimap shape (square or circle) ||Shift+F9 ||No|| | + | |Toggle minimap shape (square or circle) ||Shift+F9 ||No||<code>keymap_sneak</code>, <code>keymap_minimap</code>|| |
|- | |- | ||
− | |Open/close [[Console|console]]||F10||Yes|| | + | |Open/close [[Console|console]]||F10||Yes||<code>keymap_console</code>|| |
|- | |- | ||
− | |Abort / close window / open pause menu / quit Minetest ||Esc||No|| | + | |Abort / close window / open pause menu / quit Minetest ||Esc||No||—|| |
|- | |- | ||
! colspan="5"|Server interaction | ! colspan="5"|Server interaction | ||
|- | |- | ||
− | |Open [[chat window]]||T||Yes|| | + | |Open [[chat window]]||T||Yes||<code>keymap_chat</code>||You need the “shout” privilege to [[chat]] |
|- | |- | ||
− | |Start issuing a [[Server commands|server command]]||/||Yes|| | + | |Start issuing a [[Server commands|server command]]||/||Yes||<code>keymap_cmd</code>|| |
|- | |- | ||
! colspan="5"|Technical | ! colspan="5"|Technical | ||
|- | |- | ||
− | |Take a [[Screenshot|screenshot]]||F12||No|| | + | |Take a [[Screenshot|screenshot]]||F12||No||<code>keymap_screenshot</code>|| |
|- | |- | ||
− | |Toggle far view||R||Yes|| | + | |Toggle far view||R||Yes||<code>keymap_rangeselect</code>||Far view disables fog entirely and allows viewing far away, may cause massive [[Frames Per Second|FPS]] drop |
|- | |- | ||
− | |Increase minimal viewing distance||+||No|| | + | |Increase minimal viewing distance||+||No||<code>keymap_increase_viewing_range_min</code>|| |
|- | |- | ||
− | |Decrease minimal viewing distance||-||No|| | + | |Decrease minimal viewing distance||-||No||<code>keymap_decrease_viewing_range_min</code>|| |
|- | |- | ||
− | |Enable/disable fog||F3||No|| | + | |Enable/disable fog||F3||No||<code>keymap_toggle_force_fog_off</code>|| |
|- | |- | ||
− | |Enable/disable camera update||F4||No|| | + | |Enable/disable camera update||F4||No||<code>keymap_toggle_update_camera</code>||Only useful for developers. If disabled, the landscape drawn around you will not be updated as you look around. This key works only in debugging versions of Minetest, or by editing minetest.conf |
|- | |- | ||
− | |Enable/disable debug display||F5||No|| | + | |Enable/disable debug display||F5||No||<code>keymap_toggle_debug</code>||Also shows your [[coordinates]] |
|- | |- | ||
− | |Enable/disable [[profiler]]||F6||No|| | + | |Enable/disable [[profiler]]||F6||No||<code>keymap_toggle_profiler</code>||Only useful for developers |
|- | |- | ||
− | |Write stacktraces into the file “debug.txt”||P||Yes|| | + | |Write stacktraces into the file “debug.txt”||P||Yes||<code>keymap_print_debug_stacks</code>||Only useful for developers |
|} | |} | ||
Revision as of 19:10, 22 September 2016
Language: | English |
---|
This is an overview of all controls used in Minetest.
Changing controls
There are two ways to change the controls: Either by using the options menu accessible inside the game or by editing minetest.conf. See minetest.conf.example to learn the setting names. Note that some controls are fixed and cannot be changed at all.
Game controls
These are the controls of the PC version (differences from the PC version are noted below):
Action | Default key | Changable in-game? | minetest.conf setting | Comment | |
---|---|---|---|---|---|
Movement | |||||
Look around | Mouse movement | No | — | ||
Move forwards | W | Yes | keymap_forward |
||
Move to the left | A | Yes | keymap_left |
||
Move to the right | D | Yes | keymap_right |
||
Move backwards | S | Yes | keymap_backward |
||
Toggle fast mode | J | Yes | keymap_fastmove |
See Movement modes. Requires “fast” privilege | |
Toggle fly mode | K | Yes | keymap_freemove |
See Movement modes. Requires “fly” privilege | |
Toggle noclip mode | H | Yes | keymap_noclip |
See Movement modes. Requires “noclip” privilege | |
Move fast | E | Yes | keymap_special1 |
Only works if fast mode is on. Oddly, this is also called the “Use” key | |
Jump | Space | Yes | keymap_jump |
This is used when you are neither at a ladder, inside a liquid nor using fly mode | |
Sneak | Shift | Yes | keymap_sneak |
This is used when you are neither at a ladder, inside a liquid nor using fly mode | |
Move up | Space | Yes | keymap_jump |
This is used when you are at a ladder, inside a liquid or using fly mode | |
Move down | Shift | Yes | keymap_sneak |
This is used when you are at a ladder, inside a liquid or using fly mode | |
World interaction | |||||
Attack / mine / collect item stack | Left mouse button | No | — | ||
Use / build | Right mouse button | No | — | If the pointed thing is usable (example: Chest), you use it, otherwise you attempt to build at this block | |
Build | Shift+Right mouse button | No | — | Use this to build at usable blocks | |
Select next/previous item stack in hotbar | Roll mouse wheel | No | — | ||
Select item stack in hotbar directly | 0-9 | No | — | ||
Drop wielded item stack | Q | Yes | keymap_drop |
||
Drop 1 item of wielded item stack | Shift+Q | Yes | keymap_sneak , keymap_drop |
||
Camera | |||||
Select camera | F7 | No | keymap_camera_mode |
Available cameras are (in this order): first person view, third person view from the back, third person view from the front | |
Toggle cinematic mode | F8 | Yes | keymap_cinematic |
In cinematic mode, the camera will not immediately follow your movements, instead it will quickly “catch on”, so the movement of the camera looks a bit like the movement of an actual camera | |
Zoom in at the crosshair | Z | Yes | keymap_zoom |
Only available in Minetest versions coming after 0.4.14. Requires the “zoom” privilege | |
Heads-up Display | |||||
Show/hide inventory menu | I | Yes | keymap_inventory |
||
Show/hide HUD | F1 | No | keymap_toggle_hud |
||
Show/hide chat log and application name | F2 | No | keymap_toggle_chat |
||
Toggle minimap | F9 | No | keymap_minimap |
There are two modes available: Surface and radar, in 3 different zoom levels | |
Toggle minimap shape (square or circle) | Shift+F9 | No | keymap_sneak , keymap_minimap |
||
Open/close console | F10 | Yes | keymap_console |
||
Abort / close window / open pause menu / quit Minetest | Esc | No | — | ||
Server interaction | |||||
Open chat window | T | Yes | keymap_chat |
You need the “shout” privilege to chat | |
Start issuing a server command | / | Yes | keymap_cmd |
||
Technical | |||||
Take a screenshot | F12 | No | keymap_screenshot |
||
Toggle far view | R | Yes | keymap_rangeselect |
Far view disables fog entirely and allows viewing far away, may cause massive FPS drop | |
Increase minimal viewing distance | + | No | keymap_increase_viewing_range_min |
||
Decrease minimal viewing distance | - | No | keymap_decrease_viewing_range_min |
||
Enable/disable fog | F3 | No | keymap_toggle_force_fog_off |
||
Enable/disable camera update | F4 | No | keymap_toggle_update_camera |
Only useful for developers. If disabled, the landscape drawn around you will not be updated as you look around. This key works only in debugging versions of Minetest, or by editing minetest.conf | |
Enable/disable debug display | F5 | No | keymap_toggle_debug |
Also shows your coordinates | |
Enable/disable profiler | F6 | No | keymap_toggle_profiler |
Only useful for developers | |
Write stacktraces into the file “debug.txt” | P | Yes | keymap_print_debug_stacks |
Only useful for developers |
Differences for OS X
- To emulate a right click, use a two finger tap on the trackpad
- If you have a French keyboard (AZERTY), be prepared for your “M” key not working in chat
Inventory controls
See Inventory#Controls.
Console controls
See Console.