en:rpd:hotkeys
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
- 1-9, 0: Access items in quickslots 1 through 10
- F1-F4: Additional quickslots on some devices
- WASD or Arrow Keys: Movement controls
- Space: Wait one turn
- , (comma): Pick up items from the floor
- ?: Show help screen
- Tab: Examine hero status
- Backspace: Return to previous screen
Quickslot Hotkeys
Items assigned to quickslots can be used immediately by pressing the corresponding number key:
- Press '1' to use the item in the first quickslot
- Press '2' to use the item in the second quickslot
- And so on up to '0' for the 10th quickslot
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
- Input handling: GameScene.java - Main game scene input processing
- Quickslot input: QuickSlot.java - Quickslot button handling
- Settings window: WndSettings.java - Settings UI implementation
- Keyboard shortcuts: KeyBindings.java - Key binding configuration
Related
en/rpd/hotkeys.txt · Last modified: by 127.0.0.1
