For the complete documentation index, see llms.txt. This page is also available as Markdown.

Commands and Hotkeys

Commands

list of commands registered and used in whole shortcuts script

Config.Commands = {
    KEYBOARD = 'shortcutskeyboard',
    OVERVIEW = 'shortcuts',
    ADMIN = 'shortcutsadmin',
}

Hotkeys

Hotkey used for quick open of shortcut keyboard defined in config.lua

Config.DefaultShortcutsKeyboardHotkey = 'I'

Last updated