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
A few keys currently do not update the state. This is caused because Tensai relies on Minecraft's internal key-handler. The handler prioritizes certain keys first and only fires the rest if they are not functional.
This includes a lot of keys such as:
Ctrl
Alt
Shift
W, A, S, D
All mouse buttons
etc
A patch must be implemented, however there is a few considerations:
Whether we should allow all keys (including ones used by Minecraft internally)
Whether we should notice or throw exception at forbidden / unsafe keys
Whether we should prioritize Tensai key-handling over Minecraft's
The text was updated successfully, but these errors were encountered:
A few keys currently do not update the state. This is caused because Tensai relies on Minecraft's internal key-handler. The handler prioritizes certain keys first and only fires the rest if they are not functional.
This includes a lot of keys such as:
A patch must be implemented, however there is a few considerations:
The text was updated successfully, but these errors were encountered: