Closed kawogi closed 1 year ago
I had issues with setting the keybindings in minetest.
Both, the keypad 7 key (Home) and the keypad 5 key were mapped to Home (irrespective of the Num-lock status).
Home
I remapped …BEGIN (which seems to be Num5) to KEY_NUMPAD5.
…BEGIN
KEY_NUMPAD5
After that change I was able to properly differentiate the keybindings in minetest.
(Tested on Linux Mint 21.1, Gnome 42.9, Wayland)
I had issues with setting the keybindings in minetest.
Both, the keypad 7 key (Home) and the keypad 5 key were mapped to
Home
(irrespective of the Num-lock status).I remapped
…BEGIN
(which seems to be Num5) toKEY_NUMPAD5
.After that change I was able to properly differentiate the keybindings in minetest.
(Tested on Linux Mint 21.1, Gnome 42.9, Wayland)