Difference between revisions of "Controls"

From Minetest Wiki
Jump to navigation Jump to search
m (→‎Server interaction: changed link)
(added some links, created the section “Inventory interaction”, right click does not drop an item anymore.)
Line 1: Line 1:
== Basic Controls ==
+
== Configurable Controls ==
  
''Most of these can be changed in the "Change Keys" menu.''
+
''These controls can be changed in the “Change Keys” menu.''
  
 
=== Movement ===
 
=== Movement ===
Line 8: Line 8:
 
*'''D''': Move to the right
 
*'''D''': Move to the right
 
*'''S''': Move backwards
 
*'''S''': Move backwards
 +
*'''J''': Toggle fast [[Controls/Movement modes|mode]] (requires “fast” [[Privileges|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)
 
*'''E''': Walk fast (only works if fast mode is on)
*'''J''': Toggle fast [[Controls/Movement modes|mode]] (requires “fast” privilege)
 
*'''K''': Toggle fly mode (requires “fly” [[Privileges|privilege]])
 
*'''H''': Toggle noclip mode, only works if fly mode is also on (requires “noclip” privilege)
 
 
==== While standing on solid ground ====
 
==== While standing on solid ground ====
 
*'''Space''': Jump
 
*'''Space''': Jump
Line 19: Line 19:
 
*'''Space''': Rise
 
*'''Space''': Rise
 
*'''Shift''': Fall
 
*'''Shift''': Fall
==== While on a ladder ====
+
==== While on a [[ladder]] ====
 
*'''Space''': Climb uphill
 
*'''Space''': Climb uphill
 
*'''Shift''': Climb downhill
 
*'''Shift''': Climb downhill
Line 27: Line 27:
  
 
=== World interaction ===
 
=== World interaction ===
*'''Left mouse button''': Attack, mine blocks, move an [[item stack]] in an [[inventory]]
+
*'''Left mouse button''': Attack; [[Mining|mine]] blocks
*'''Right mouse button''': Use (open chest/furnace), place blocks, drop item, move one or split blocks/items in an inventory
+
*'''Right mouse button''': Use (e.g. open [[chest]]/[[furnace]]); [[Building|build]] blocks
*'''Middle mouse button''': Move 10 blocks/items in an inventory
 
 
*'''Mouse wheel''': Select block/item in [[hotbar]]
 
*'''Mouse wheel''': Select block/item in [[hotbar]]
 
*'''0-9''': Select block/item in hotbar
 
*'''0-9''': Select block/item in hotbar
Line 35: Line 34:
 
*'''I''': Show/hide [[inventory menu]]
 
*'''I''': Show/hide [[inventory menu]]
  
=== Server interaction ===
+
=== [[Inventory]] interaction ===
*'''T''': Open [[chat window]]
+
See [[Inventory#Controls]].
 +
 
 +
=== Server interaction ===you will see an empty world if you move away from your initial position.
 +
*'''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]]
  
Line 43: Line 45:
 
*'''F10''': open/close [[Console|console]]/chat log
 
*'''F10''': open/close [[Console|console]]/chat log
 
*'''F12''': Take a [[Screenshot|screenshot]] (as a PNG image)
 
*'''F12''': Take a [[Screenshot|screenshot]] (as a PNG image)
*'''P''': Show/hide some debug stuff
+
*'''P''': Show/hide some debug stuff (only interesting for developers)
  
== Special Controls ==
+
== Fixed Controls ==
''These cannot be changed in the “Change Keys” menu.''
+
''These controls cannot be changed in the “Change Keys” menu.''
  
 
*'''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''': Show/hide fog
+
*'''F3''': Enable/disable fog
*'''F4''': Enable/disable 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
+
*'''F5''': Enable/disable debug screen which also shows your [[coordinates]]
*'''F6''': Enable/disable [[Profiler|profiler]]
+
*'''F6''': Enable/disable [[Profiler|profiler]] (only interesting for developers)
*'''+ (numpad)''': Increase minimal view distance
+
*'''+ (numpad)''': Increase minimal viewing distance
*'''- (numpad)''': Decrease minimal view distance
+
*'''- (numpad)''': Decrease minimal viewing distance
  
 
[[Category:Commands]]
 
[[Category:Commands]]

Revision as of 10:19, 18 October 2013

Configurable Controls

These 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
  • Right mouse button: Use (e.g. open chest/furnace); build blocks
  • Mouse wheel: Select block/item in hotbar
  • 0-9: Select block/item in hotbar
  • Q: Drop wielded block/item
  • I: Show/hide inventory menu

Inventory interaction

See Inventory#Controls.

=== Server interaction ===you will see an empty world if you move away from your initial position.

Technical

  • R: 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: Show/hide some debug stuff (only interesting for developers)

Fixed Controls

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

  • 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)
  • + (numpad): Increase minimal viewing distance
  • - (numpad): Decrease minimal viewing distance