generated from kianzarrin/NodeController
-
Notifications
You must be signed in to change notification settings - Fork 3
hotkey conflict detection resolution
kianzarrin edited this page Aug 14, 2022
·
5 revisions
UUI tries to resolve or at least detect hot key conflicts between different mods. see UUIHotkeys.cs
activation hotkey enters/exits your tool/mod.
these hotkeys only work when your tool/mod is activated.
In-mod hotkeys take priority over Activation hotkeys.
This feature does not need UnifedUI mod. The stand alone library is enough.
if the Activation hotkeys of two different mods collide (are the same), then it cannot be resolved. Instead such hotkey collisions are listed in UnifiedUI options menu (user must subscribe to mod to see the options) and can be modified in the same place. if such hotkey is pressed only the first (depending on the load order) mod is activated.