Fix keyboard shortcuts (#145)

There were some keyboard shortcuts in the GIMP 2.0 version of the
repository that were not properly transferred when the repository was
upgraded to support GIMP 3.0. Also, there were some keyboard shortcuts
that were too narrowly defined or simply were not working, so this
commit fixes all of these issues.

Fixes #23, #77
This commit is contained in:
getsnoopy
2026-04-04 18:31:59 +05:30
committed by GitHub
parent aaedc4aa9c
commit df8d6d3021

View File

@@ -132,7 +132,7 @@
# (action "context-brush-select-first")
# (action "file-save" "<Primary>s")
# (action "context-background-red-increase-skip")
(action "tools-size-decrease")
# (action "tools-size-decrease")
# (action "edit-paste-into")
# (action "image-flip-horizontal")
# (action "view-flip-horizontally")
@@ -225,7 +225,7 @@
# (action "context-palette-foreground-previous-skip")
# (action "context-opacity-decrease")
# (action "view-zoom-2-1" "2" "KP_2")
# (action "tools-hardness-decrease-skip")
(action "tools-hardness-decrease-skip" "braceleft")
# (action "context-foreground-red-increase-skip")
# (action "filters-stretch-contrast-hsv")
# (action "context-background-value-increase-skip")
@@ -289,7 +289,7 @@
# (action "tools-by-color-select" "<Shift>o")
# (action "script-fu-add-bevel")
# (action "script-fu-weave")
(action "context-brush-radius-increase" "bracketright")
# (action "context-brush-radius-increase")
# (action "channels-color-tag-violet")
# (action "windows-hide-docks")
# (action "context-tool-select-next")
@@ -346,16 +346,16 @@
(action "tools-scale" "<Primary>t")
# (action "file-save-as" "<Primary><Shift>s")
# (action "file-save-and-close")
# (action "view-move-to-screen--1")
# (action "view-rotate-345")
# (action "filters-vignette")
# (action "view-rotate-345")
# (action "view-move-to-screen--1")
# (action "context-pattern-select-last")
# (action "context-paint-mode-first")
# (action "plug-in-animationoptimize")
# (action "dialogs-templates")
# (action "channels-color-tag-gray")
# (action "context-background-green-increase")
# (action "image-resize")
(action "image-resize" "<Primary><Alt>c")
# (action "script-fu-round-corners")
# (action "context-swatch-foreground-first")
# (action "tools-spacing-maximum")
@@ -434,7 +434,7 @@
# (action "image-rotate-270")
# (action "tools-opacity-increase-percent")
# (action "context-brush-spikes-increase-skip")
# (action "image-scale")
(action "image-scale" "<Primary><Alt>i")
# (action "script-fu-set-cmap")
# (action "channels-raise")
# (action "filters-noise-hurl")
@@ -498,7 +498,7 @@
# (action "filters-color-enhance")
# (action "tools-opacity-decrease" "less")
# (action "tools-force-set-to-default")
(action "context-brush-hardness-decrease-skip" "braceleft")
# (action "context-brush-hardness-decrease-skip")
# (action "edit-cut" "<Primary>x" "Cut")
# (action "context-pattern-select-next")
# (action "layers-mask-selection-add")
@@ -585,7 +585,7 @@
# (action "context-foreground-blue-decrease-skip")
# (action "context-foreground-blue-set")
# (action "tools-angle-decrease")
(action "context-brush-radius-decrease" "bracketleft")
# (action "context-brush-radius-decrease")
# (action "tools-object-1-previous")
# (action "paths-export")
# (action "plug-in-animationoptimize-diff")
@@ -618,7 +618,7 @@
# (action "filters-supernova")
# (action "view-scroll-page-up")
# (action "context-background-saturation-increase-skip")
# (action "tools-hardness-increase-skip")
(action "tools-hardness-increase-skip" "braceright")
# (action "filters-focus-blur")
(action "tools-eraser" "e")
# (action "dialogs-preferences")
@@ -777,11 +777,11 @@
# (action "tools-angle-increase-skip")
# (action "file-open-recent-09" "<Primary>9")
# (action "tools-heal" "h")
# (action "gimp-help-using-simpleobjects")
# (action "filters-photocopy")
# (action "tools-spacing-decrease")
# (action "filters-channel-mixer")
# (action "dialogs-cursor")
# (action "gimp-help-using-simpleobjects")
# (action "tools-spacing-decrease")
# (action "filters-photocopy")
# (action "filters-channel-mixer")
# (action "file-pat-export-internal")
# (action "layers-lock-position")
# (action "plug-in-fractalexplorer")
@@ -869,7 +869,7 @@
# (action "context-brush-select-set")
# (action "help-context-help" "<Shift>F1")
# (action "tools-pencil" "n")
(action "context-brush-hardness-increase-skip" "braceright")
# (action "context-brush-hardness-increase-skip")
# (action "filters-edge")
# (action "tools-object-1-next")
# (action "layers-opacity-decrease-skip")
@@ -992,7 +992,7 @@
# (action "layers-alpha-selection-subtract")
# (action "tools-foreground-select-brush-size-set")
# (action "filters-noise-solid")
(action "tools-size-increase")
# (action "tools-size-increase")
# (action "dialogs-navigation")
# (action "filters-color-balance")
(action "tools-unified-transform")