-
Notifications
You must be signed in to change notification settings - Fork 56
Omni key
Lailloken edited this page Oct 19, 2025
·
13 revisions
-
context-sensitive hotkey used to access the majority of features in Exile UI
-
uses screen-checks, in-game tooltip texts, and the client-log to determine the context of the keypress and which action to trigger
-
it is a blocked/exclusive hotkey, i.e. the input/keypress will only be registered by the tool itself, not the rest of the system
-
pressing the omni-key will send
ALT+CTRL+Cto the client to copy item information- if non-standard in-game keybindings are used, additional setup in the
hotkeyssection of the settings menu has to be done
- if non-standard in-game keybindings are used, additional setup in the
-
if item-info copying succeeds (i.e. if the cursor is hovering over an item), the script will execute item-related features
-
if copying does not succeed, a series of screen-checks is performed