diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 2f153413a..84fa5fc80 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -3307,6 +3307,11 @@ # type: key # keymap_drop = KEY_KEY_Q +# Key for swapping items between main hand and offhand. +# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 +# type: key +# keymap_swap_offhand = KEY_KEY_F + # Key to use view zoom when possible. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 # type: key |