You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os: arch linux 6.10.6-zen1-1-zen
keyboard: unicomp pc-122 over ps/2 (custom xmodmap and setkeycodes script, system recognizes all keys properly and should not have any issues with interpreting the scancodes as proper keys)
version: 0.18.4-alpha.1 on minecraft 1.20.4
used with: litematica 0.17.3
upon attempting to use keys from f13 to f24 to set a hotkey, no input is registered at all. other keys work completely fine.
The text was updated successfully, but these errors were encountered:
Do those keys work in vanilla hotkeys? Currently malilib doesn't use the scan codes, but rather the key codes for the hotkey system (which also causes issues like the shown keys only matching on the QWERTY layout).
I'd be interested to see the output if you enable the Debug -> keybindDebugging option (A + C to access the malilib config menu, or via the Mod Menu mod list) and then press those keys and look in the game console/log for the output.
For example here is the output I get for F9 - F12:
os: arch linux 6.10.6-zen1-1-zen
keyboard: unicomp pc-122 over ps/2 (custom xmodmap and setkeycodes script, system recognizes all keys properly and should not have any issues with interpreting the scancodes as proper keys)
version: 0.18.4-alpha.1 on minecraft 1.20.4
used with: litematica 0.17.3
upon attempting to use keys from f13 to f24 to set a hotkey, no input is registered at all. other keys work completely fine.
The text was updated successfully, but these errors were encountered: