Improved shortcuts fidelity and tool groups to Photoshop's behavior#207
Open
pierspad wants to merge 1 commit into
Open
Improved shortcuts fidelity and tool groups to Photoshop's behavior#207pierspad wants to merge 1 commit into
pierspad wants to merge 1 commit into
Conversation
- Map Rotate tool to Shift+R - Map Select by Colour to Shift+W and group with Fuzzy Select - Map Measure tool to Shift+I - Map Blur/Sharpen tool to Shift+O - Map Smudge tool to Shift+Alt+O - Map Align and Distribute tool to Shift+V - Map Paths tool (tools-path not tools-vector) to P - Map Scissors tool to Shift+L and group with Free Select - Group Foreground Select with Fuzzy/Color selection tools - Separate Healing Brush from Clone Stamp in toolrc group
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.
Since GIMP currently lacks the ability to cycle through grouped tools by repeatedly pressing the same hotkey (I talked with the dev team and they will looking into this behaviour to see if it's worth implementing, but for now we have to adapt), with this PR I propose a "modifier-based" approach (
<Shift>and<Shift><Alt>) as a "best-effort" alternative.If the group cycling shortcut will eventually be implemented it would also be easier to change all the shortcut simply by removing the modifiers for each group
Example with the "O-Group"
OShiftOShiftAltOChanges
tools-vectorentry with the correct action nametools-path.tools-rect-selectin the configuration.tools-foreground-selectout of the manual selection group (Free Selection/Scissors Selection) and into the "smart" selection group alongsidefuzzy-selectandby-color-select.Summary
(note that some were already present and were just made explicit in the file)
tools-pathptools-gradientgtools-texttquick-mask-toggleqtools-zoomztools-eraseretools-rotate<Shift>rtools-measure<Shift>itools-iscissors<Shift>ltools-pencil<Shift>btools-by-color-select<Shift>wtools-foreground-select<Shift><Alt>wtools-transform-3d<Shift><Alt>ttools-convolve<Shift>otools-smudge<Shift><Alt>otools-perspective-clone<Shift>stools-align<Shift>v