Skip to content

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

Definitions

Activation hotkeys

activation hotkey enters/exits your tool/mod.

In-mod hotkeys

these hotkeys only work when your tool/mod is activated.

Conflict resolution

In-mod hotkeys take priority over Activation hotkeys.

This feature does not need UnifedUI mod. The stand alone library is enough.

Conflict detection

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.

Clone this wiki locally