07-20-2016, 11:56 PM
To clarify, the client does not provide any indication to the server whether a command was entered via typing or via using a hotkey.
It's still possible to remove all the client-side hotkeys, you just need to implement http://wiki.vg/Classic_Protocol_Extension#TextHotKey
Then for every key, and then for every possible combination of key modifier flags, send a SetTextHotkey packet with the Action field empty. This will remove all client-side hotkeys.
It's still possible to remove all the client-side hotkeys, you just need to implement http://wiki.vg/Classic_Protocol_Extension#TextHotKey
Then for every key, and then for every possible combination of key modifier flags, send a SetTextHotkey packet with the Action field empty. This will remove all client-side hotkeys.