Allow raw key handlers to cancel keybindings (required for #305)
So that when you press e.g. Ctrl+Z, it doesn't trigger the keybinding bound to Z (currently full brightness).
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
"Mixin_RegisterDynamicResourcePacks",
|
||||
//#endif
|
||||
//#if MC>=11400
|
||||
"MixinKeyboardListener",
|
||||
"MixinMouse",
|
||||
//#endif
|
||||
//#if MC<10800
|
||||
//$$ "ResourcePackRepositoryAccessor",
|
||||
//#endif
|
||||
"MixinKeyboardListener",
|
||||
"MixinMinecraft",
|
||||
"GuiMainMenuAccessor",
|
||||
"GuiScreenAccessor",
|
||||
|
||||
Reference in New Issue
Block a user