From b3ac3de5782d0fc09bae49310923ea80ca932f81 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 24 Jul 2022 01:05:31 +0200 Subject: Add keybind to swap items between hands --- builtin/settingtypes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 41ebcc6c8..83272fd29 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2210,6 +2210,10 @@ keymap_screenshot (Screenshot) key KEY_F12 # Key for dropping the currently selected item. keymap_drop (Drop item key) key KEY_KEY_Q +# Key for swapping items between main hand and offhand. +# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 +keymap_swap_offhand (Swap hand items) key KEY_KEY_F + # Key to use view zoom when possible. keymap_zoom (View zoom key) key KEY_KEY_Z -- cgit v1.2.3