Skip to content

feat: Add keyboard shortcut (d) to toggle farming mode#11719

Closed
rootvector2 wants to merge 1 commit intoDestinyItemManager:masterfrom
rootvector2:feat/farming-mode-keyboard-shortcut
Closed

feat: Add keyboard shortcut (d) to toggle farming mode#11719
rootvector2 wants to merge 1 commit intoDestinyItemManager:masterfrom
rootvector2:feat/farming-mode-keyboard-shortcut

Conversation

@rootvector2
Copy link
Copy Markdown
Contributor

Fixes #11396

Adds a global keyboard shortcut d to toggle farming mode on/off. When pressed:

If farming is inactive: starts farming for the most recently played character
If farming is active: stops farming
The shortcut appears automatically in the ? hotkey cheat sheet. It follows the same pattern as all other existing hotkeys (useHotkey hook) and is blocked inside text inputs per standard DIM behavior.

@bhollis
Copy link
Copy Markdown
Contributor

bhollis commented Apr 4, 2026

After some thought I don't think this should be a hotkey - it's too easy to accidentally toggle.

@bhollis bhollis closed this Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keyboard shortcut to toggle farming mode

2 participants