From 4807fa9c5c88d06f965e488b2543959c7eb772db Mon Sep 17 00:00:00 2001 From: minlemon Date: Mon, 21 Apr 2025 03:57:34 +0000 Subject: [PATCH] Update minetest.conf.example with new keys --- minetest.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minetest.conf.example b/minetest.conf.example index c10f29ed4..5c59ba92a 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -3370,12 +3370,12 @@ # Key for opening the inventory. # See https://github.com/minetest/irrlicht/blob/master/include/Keycodes.h # type: key -# keymap_inventory = KEY_KEY_I +# keymap_inventory = KEY_KEY_E # Key for moving fast in fast mode. # See https://github.com/minetest/irrlicht/blob/master/include/Keycodes.h # type: key -# keymap_aux1 = KEY_KEY_E +# keymap_aux1 = KEY_KEY_F # Key for opening the chat window. # See https://github.com/minetest/irrlicht/blob/master/include/Keycodes.h