Skip to content

Hotkeys, Keyboard and Gamepad Shortcuts

You can edit some default hotkeys in the common config.

You can look at the original list of actions in this file.

List of Configurable Hotkeys

This is the current list:

  • skip
  • autoPlay
  • viewportSelect
  • subNextTab
  • subPreviousTab
  • nextTab
  • previousTab
  • menu
  • system
  • cancel
  • continue
  • up
  • down
  • left
  • right

WARNING

This currently only works with keyboard inputs

Example Time

In the below example the skills menu has been set to open when 'm' is pressed, and the autoplay hotkey has been disabled.

yaml
hotkeys:
  menu: 'm'
  autoplay: false

Released under the MIT License.