hydrusnetwork / hydrusnetwork/hydrus
Multiple actions on the same shortcut
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when assigning an action to a button, only one can be mapped. If one tries to bypass this limit by adding yet another shortcut to the same button with a different action, Hydrus spergs out and removes the newly added shortcut.
For example, since Duplicate Filter is a quality check (for my workflow at least), I want to add "archive file" to the action of "left click" and "right click", in order to archive those files which are not being deleted (that's mapped to another shortcut).
Would be great if this was possible, since it would also save time in Archive/Delete filter (same issue).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how button shortcuts are assigned and how Duplicate Filter and Archive/Delete filter handle left-click and right-click actions. Determine how the current single-action restriction removes a newly added shortcut. Done means multiple actions can remain mapped to the same button and execute as expected without breaking existing shortcut behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100