Add new mouse-button-drop plugin - #15061
Merged
runelite-github-app[bot] merged 5 commits intoAug 15, 2026
Merged
Conversation
|
New plugin |
|
Internal use only: Reviewer details Maintainer details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey maintainers!
Very simple plugin here but my first. The plugin tracks the state of an extra mouse button (configurable) and while pressed will allow left click dropping (like when holding shift).
Since this plugin works very similarly to how the built-in Menu Item Swapper works I have thought about adding it as an extra config on that plugin but I thought it's maybe too niche of a use case to warrant a change on the client repo itself. Probably I will open an issue (and maybe directly a PR since it's trivial enough to just do it even if it will be rejected) on the main repo for this if this plugin become at all popular, at which point it could remove this plugin from here.
AI disclosure: LLM tools were used for some discovery of the runelite client codebase but this was not vibe coded