Description
Some mods have a problem:
Mouse keybinds don't work. This is caused by only checking keybinds on the KeyInputEvent - one great example of this is RefinedStorageAddons, at least in 1.16.5
I wanted to bind my Wireless Crafting Grid to MB4, but it didn't work, well, unless I pressed any key on my keyboard. Then it worked.
This mod fixes that issue by simply firing a KeyInput event when pressing any mouse key.
I only checked this with RefinedStorageAddons, so if it doesn't work for other mods, you can write a comment and I will try to add a fix for it.


