Add Alt+Right-click / Alt+Ctrl+Left-click drag to change brush size - #86
Draft
Nidrax wants to merge 1 commit into
Draft
Add Alt+Right-click / Alt+Ctrl+Left-click drag to change brush size#86Nidrax wants to merge 1 commit into
Nidrax wants to merge 1 commit into
Conversation
Dragging horizontally now changes the active tool's brush size (min 1), and dragging vertically changes the opacity/alpha when the tool's ink supports it (e.g. Alpha Compositing) or for effect tools like the Eraser. Both shortcuts are implemented as customizable Action Modifiers so they can be rebound from Edit > Keyboard Shortcuts. Fixes #7 Co-authored-by: Daniel Praźmo <4753308+Nidrax@users.noreply.github.com>
Member
Author
Test plan
Generated with Claude Code |
Nidrax
marked this pull request as draft
July 23, 2026 10:21
Member
Author
|
Still very clunky. Alt+Right click interferes with eyedropper (Alt enters eyedropper mode, so the size change is applied to... God knows what tool then) |
Nidrax
force-pushed
the
trunk
branch
2 times, most recently
from
August 13, 2026 08:07
464d137 to
1904c2b
Compare
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.
Photoshop-style drag gesture to quickly change the active tool's brush size (and, where applicable, opacity/alpha):
Alt+ Right-click dragAlt+Ctrl(Cmdon macOS) + Left-click drag (alternative)Dragging horizontally changes brush size (min 1); dragging vertically changes opacity/alpha (0-255) when the tool's ink is Alpha Compositing/Lock Alpha, or for effect tools like the Eraser. Both shortcuts are implemented as customizable Action Modifiers, editable from Edit > Keyboard Shortcuts.
Fixes #7