# Commands and Hotkeys

#### Commands

list of commands registered and used in whole shortcuts script

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

#### Hotkeys

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

```lua
Config.DefaultShortcutsKeyboardHotkey = 'I'
```
