Table of Contents

Hotkeys

Hotkeys in Remixed Dungeon allow players to use items and activate abilities quickly during gameplay. The input handling is managed through the GameScene and Toolbar classes.

Default Hotkeys

Quickslot Hotkeys

Items assigned to quickslots can be used immediately by pressing the corresponding number key:

Settings

Hotkeys can be customized in the game settings menu under the “Controls” section. The key bindings are stored in the game's preferences system and can be customized through the WndSettings window.

Source Code