Replace `glfwSetCharModsCallback` to `glfwSetCharCallback` as vanilla do in 26.1 to fix key modifiers sent as characters (aka. MC-303506) Do not have bugs listed in https://github.com/ishland/fix-keyboard-on-linux/issues as the current approach. See https://gist.github.com/rrtt217/eae5396fb7809e9a45af4df74300502c.
Replace
glfwSetCharModsCallbacktoglfwSetCharCallbackas vanilla do in 26.1 to fix key modifiers sent as characters (aka. MC-303506)Do not have bugs listed in https://github.com/ishland/fix-keyboard-on-linux/issues as the current approach.
See https://gist.github.com/rrtt217/eae5396fb7809e9a45af4df74300502c.