BleachHack icon indicating copy to clipboard operation
BleachHack copied to clipboard

[Suggestion] Make it possible to bind UI toggle to the same button as the debug (f3) menu.

Open OCsonic opened this issue 3 years ago • 1 comments

When I have BleachHack's UI toggle key set to the same as my debug key (f3) the debug menu opens but the BleachHack UI doesn't disable; it seems that the debug key is eating keypresses.

OCsonic avatar Feb 12 '22 08:02 OCsonic

BH has code to prevent toggling modules when F3 is pressed so that you don't toggle things when trying to use F3+<key> debug hotkeys

https://github.com/BleachDrinker420/BleachHack/blob/82d8e88bf0c9b365225b086272442b9e8cafd152/src/main/java/org/bleachhack/module/ModuleManager.java#L84

Just use another key for this

sudofox avatar Mar 22 '22 18:03 sudofox