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