Difference between revisions of "Controls"

From Minetest Wiki
Jump to navigation Jump to search
(→‎World interaction: Add Shift+Q “Drop single item of wielded itemstack”)
Line 1: Line 1:
== Configurable Controls ==
+
== Configurable controls ==
  
 
''These keyboard and mouse controls can be changed in the “Change Keys” menu.''
 
''These keyboard and mouse controls can be changed in the “Change Keys” menu.''
  
 
=== Movement ===
 
=== Movement ===
*'''W''': Move forwards
+
 
*'''A''': Move to the left
+
* '''W''': Move forwards
*'''D''': Move to the right
+
* '''A''': Move to the left
*'''S''': Move backwards
+
* '''D''': Move to the right
*'''J''': Toggle fast [[Controls/Movement modes|mode]] (requires “fast” [[Privileges|privilege]])
+
* '''S''': Move backwards
*'''K''': Toggle fly mode (requires “fly” privilege)
+
* '''J''': Toggle fast [[Controls/Movement modes|mode]] (requires “fast” [[Privileges|privilege]])
*'''H''': Toggle noclip mode, only works if fly mode is also on (requires “noclip” privilege)
+
* '''K''': Toggle fly mode (requires “fly” privilege)
*'''E''': Walk fast (only works if fast mode is on)
+
* '''H''': Toggle noclip mode, only works if fly mode is also on (requires “noclip” privilege)
 +
* '''E''': Walk fast (only works if fast mode is on)
 +
 
 
==== While standing on solid ground ====
 
==== While standing on solid ground ====
*'''Space''': Jump
+
 
*'''Shift''': Walk slower and sneak (walking to the edge of a [[Nodes|node]] without risking falling down)
+
* '''Space''': Jump
 +
* '''Shift''': Walk slower and sneak (walking to the edge of a [[Nodes|node]] without risking falling down)
  
 
==== When “fly mode” is activated ====
 
==== When “fly mode” is activated ====
*'''Space''': Rise
+
 
*'''Shift''': Fall
+
* '''Space''': Rise
 +
* '''Shift''': Fall
 +
 
 
==== While on a [[ladder]] ====
 
==== While on a [[ladder]] ====
*'''Space''': Climb uphill
+
 
*'''Shift''': Climb downhill
+
* '''Space''': Climb uphill
 +
* '''Shift''': Climb downhill
 +
 
 
==== While in a [[liquid]] ====
 
==== While in a [[liquid]] ====
*'''Space''': Swim upwards
+
 
*'''Shift''': Swim downwards
+
* '''Space''': Swim upwards
 +
* '''Shift''': Swim downwards
  
 
=== World interaction ===
 
=== World interaction ===
*'''Left mouse button''': Attack; [[Mining|mine]] blocks; collect items
+
 
*'''Right mouse button''': [[Using|Use]] if applicable (e.g. open [[chest]]/[[furnace]]); [[Building|build]] blocks otherwise
+
* '''Left mouse button''': Attack; [[Mining|mine]] blocks; collect items
*'''Shift'''+'''Right mouse button''': Build blocks; never use
+
* '''Right mouse button''': [[Using|Use]] if applicable (e.g. open [[chest]]/[[furnace]]); [[Building|build]] blocks otherwise
*'''Mouse wheel''': Select block/item in [[hotbar]]
+
* '''Shift'''+'''Right mouse button''': Build blocks; never use
*'''0-9''': Select block/item in hotbar
+
* '''Mouse wheel''': Select block/item in [[hotbar]]
*'''Q''': Drop entire wielded itemstack
+
* '''0-9''': Select block/item in hotbar
*'''Shift+Q''': Drop single item of wielded itemstack
+
* '''Q''': Drop entire wielded itemstack
*'''I''': Show/hide [[inventory menu]]
+
* '''Shift+Q''': Drop single item of wielded itemstack
 +
* '''I''': Show/hide [[inventory menu]]
  
 
=== [[Inventory]] interaction ===
 
=== [[Inventory]] interaction ===
 +
 
See [[Inventory#Controls]].
 
See [[Inventory#Controls]].
  
 
=== Server interaction ===
 
=== Server interaction ===
*'''T''': Open [[chat window]] (You require the “shout” privilege to [[chat]].)
+
* '''T''': Open [[chat window]] (You require the “shout” privilege to [[chat]].)
*'''/''': Start issuing a [[Server commands|server command]]
+
* '''/''': Start issuing a [[Server commands|server command]]
  
 
=== Technical ===
 
=== Technical ===
*'''R''': Toggle far view (disables all fog and allows viewing far away, may cause massive [[Frames Per Second|FPS]] drop)
 
*'''F10''': open/close [[Console|console]]/chat log
 
*'''F12''': Take a [[Screenshot|screenshot]] (as a PNG image)
 
*'''P''': Write current stacktraces into the file “debug.txt”. This feature is only interesting for developers.
 
  
== Fixed Controls ==
+
* '''R''': Toggle far view (disables all fog and allows viewing far away, may cause massive [[Frames Per Second|FPS]] drop)
 +
* '''F10''': open/close [[Console|console]]/chat log
 +
* '''F12''': Take a [[Screenshot|screenshot]] (as a PNG image)
 +
* '''P''': Write current stacktraces into the file “debug.txt”. This feature is only interesting for developers.
 +
 
 +
== Fixed controls ==
 +
 
 
''These controls cannot be changed in the “Change Keys” menu.''
 
''These controls cannot be changed in the “Change Keys” menu.''
  
*'''Moving the mouse around''': Look around
+
* '''Moving the mouse around''': Look around
*'''F1''': Show/hide HUD
+
* '''F1''': Show/hide HUD
*'''F2''': Show/hide chat and the text “Minetest” along with the version number at the upper left part of the screen
+
* '''F2''': Show/hide chat and the text “Minetest” along with the version number at the upper left part of the screen
*'''F3''': Enable/disable fog
+
* '''F3''': Enable/disable fog
*'''F4''': Enable/disable camera updates. '''Warning''': Players normally don’t want this to be disabled. If this is disabled, the world around you won’t be updated anymore and you will start to notice it if you move away from the position where you disabled camera updates.
+
* '''F4''': Enable/disable camera updates. '''Warning''': Players normally don’t want this to be disabled. If this is disabled, the world around you won’t be updated anymore and you will start to notice it if you move away from the position where you disabled camera updates.
*'''F5''': Enable/disable debug screen which also shows your [[coordinates]]
+
* '''F5''': Enable/disable debug screen which also shows your [[coordinates]]
*'''F6''': Enable/disable [[Profiler|profiler]] (only interesting for developers)
+
* '''F6''': Enable/disable [[Profiler|profiler]] (only interesting for developers)
*'''F7''': Toggle camera. Available are (in this order): first person view, third person view from the back, third person view from the front
+
* '''F7''': Toggle camera. Available are (in this order): first person view, third person view from the back, third person view from the front
*'''Esc''': In the game: Abort / close current window / open pause menu. In the main menu: Quit Minetest.
+
* '''Esc''': In the game: Abort / close current window / open pause menu. In the main menu: Quit Minetest.
*'''+ (numpad)''': Increase minimal viewing distance
+
* '''+ (numpad)''': Increase minimal viewing distance
*'''- (numpad)''': Decrease minimal viewing distance
+
* '''- (numpad)''': Decrease minimal viewing distance
  
 
[[Category:Commands]]
 
[[Category:Commands]]

Revision as of 20:20, 28 September 2014

Configurable controls

These keyboard and mouse controls can be changed in the “Change Keys” menu.

Movement

  • W: Move forwards
  • A: Move to the left
  • D: Move to the right
  • S: Move backwards
  • J: Toggle fast mode (requires “fast” privilege)
  • K: Toggle fly mode (requires “fly” privilege)
  • H: Toggle noclip mode, only works if fly mode is also on (requires “noclip” privilege)
  • E: Walk fast (only works if fast mode is on)

While standing on solid ground

  • Space: Jump
  • Shift: Walk slower and sneak (walking to the edge of a node without risking falling down)

When “fly mode” is activated

  • Space: Rise
  • Shift: Fall

While on a ladder

  • Space: Climb uphill
  • Shift: Climb downhill

While in a liquid

  • Space: Swim upwards
  • Shift: Swim downwards

World interaction

  • Left mouse button: Attack; mine blocks; collect items
  • Right mouse button: Use if applicable (e.g. open chest/furnace); build blocks otherwise
  • Shift+Right mouse button: Build blocks; never use
  • Mouse wheel: Select block/item in hotbar
  • 0-9: Select block/item in hotbar
  • Q: Drop entire wielded itemstack
  • Shift+Q: Drop single item of wielded itemstack
  • I: Show/hide inventory menu

Inventory interaction

See Inventory#Controls.

Server interaction

Technical

  • R: Toggle far view (disables all fog and allows viewing far away, may cause massive FPS drop)
  • F10: open/close console/chat log
  • F12: Take a screenshot (as a PNG image)
  • P: Write current stacktraces into the file “debug.txt”. This feature is only interesting for developers.

Fixed controls

These controls cannot be changed in the “Change Keys” menu.

  • Moving the mouse around: Look around
  • F1: Show/hide HUD
  • F2: Show/hide chat and the text “Minetest” along with the version number at the upper left part of the screen
  • F3: Enable/disable fog
  • F4: Enable/disable camera updates. Warning: Players normally don’t want this to be disabled. If this is disabled, the world around you won’t be updated anymore and you will start to notice it if you move away from the position where you disabled camera updates.
  • F5: Enable/disable debug screen which also shows your coordinates
  • F6: Enable/disable profiler (only interesting for developers)
  • F7: Toggle camera. Available are (in this order): first person view, third person view from the back, third person view from the front
  • Esc: In the game: Abort / close current window / open pause menu. In the main menu: Quit Minetest.
  • + (numpad): Increase minimal viewing distance
  • - (numpad): Decrease minimal viewing distance