Skip to content

Omni key

Lailloken edited this page Oct 19, 2025 · 13 revisions

Feature Overview

  • 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


Context-assessment

  • pressing the omni-key will send ALT + CTRL + C to the client to copy item information

    • if non-standard in-game keybindings are used, additional setup in the hotkeys section of the settings menu has to be done
  • 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

Clone this wiki locally