> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_shortcuts/commands.md).

# 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'
```
