summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2014-07-03 07:46:19 +0200
committerEkdohibs <nathanael.courant@laposte.net>2017-05-06 21:21:59 +0200
commit07c17db11450f235b67895ce39a5aef67458107d (patch)
tree9f545f36863609a0b33dfc8cbfa558116103da11 /builtin
parent45ab62d6a3d90ab3b97aec88251a766cb5dd1899 (diff)
downloadminetest-07c17db11450f235b67895ce39a5aef67458107d.tar.gz
minetest-07c17db11450f235b67895ce39a5aef67458107d.tar.bz2
minetest-07c17db11450f235b67895ce39a5aef67458107d.zip
Add configurable key bindings for hotbar scrolling, and for changing volume.
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 4b82a1e0e..61c04e616 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -186,6 +186,26 @@ keymap_fastmove (Fast key) key KEY_KEY_J
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_noclip (Noclip key) key KEY_KEY_H
+# Key for selecting the next item in the hotbar.
+# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
+keymap_hotbar_next (Hotbar next key) key KEY_KEY_N
+
+# Key for selecting the previous item in the hotbar.
+# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
+keymap_hotbar_previous (Hotbar previous key) key KEY_KEY_B
+
+# Key for muting the game.
+# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
+keymap_mute (Mute key) key KEY_KEY_M
+
+# Key for increasing the volume.
+# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
+keymap_increase_volume (Inc. volume key) key
+
+# Key for decreasing the volume.
+# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
+keymap_decrease_volume (Dec. volume key) key
+
# Key for toggling autorun.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_autorun (Autorun key) key