summaryrefslogtreecommitdiff
path: root/skel/.config/GIMP/2.10/controllerrc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-23 00:14:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-23 00:14:13 +0100
commit13de68b0f27c7b328b27f55f38a781f5de8fb93a (patch)
treefcc5aca3b4e7976a076528337def64399f226e6c /skel/.config/GIMP/2.10/controllerrc
parentafc07adce9bb0fabe8d0610671b25d94c30a8a20 (diff)
* lxqt : increase font size from 8 to 10
* lxqt : replace deprecated clock plugin with worldclock plugin * gimp : use system theme by default * gtk : increase font size from 8 to 10 * misc : various other updates
Diffstat (limited to 'skel/.config/GIMP/2.10/controllerrc')
-rw-r--r--skel/.config/GIMP/2.10/controllerrc40
1 files changed, 40 insertions, 0 deletions
diff --git a/skel/.config/GIMP/2.10/controllerrc b/skel/.config/GIMP/2.10/controllerrc
new file mode 100644
index 0000000..932e26c
--- /dev/null
+++ b/skel/.config/GIMP/2.10/controllerrc
@@ -0,0 +1,40 @@
+# GIMP controllerrc
+#
+# This file will be entirely rewritten each time you exit.
+
+(GimpControllerInfo "Main Mouse Wheel"
+ (icon-name "gimp-controller-wheel")
+ (enabled yes)
+ (debug-events no)
+ (controller "GimpControllerWheel")
+ (mapping
+ (map "scroll-down-primary-alt" "tools-size-decrease")
+ (map "scroll-down-alt" "tools-opacity-decrease")
+ (map "scroll-down-shift-primary-alt" "tools-spacing-decrease")
+ (map "scroll-up-shift-primary-alt" "tools-spacing-increase")
+ (map "scroll-up-primary-alt" "tools-size-increase")
+ (map "scroll-up-shift-primary" "tools-aspect-increase")
+ (map "scroll-up-alt" "tools-opacity-increase")
+ (map "scroll-up-shift-alt" "tools-angle-increase")
+ (map "scroll-down-shift-alt" "tools-angle-decrease")
+ (map "scroll-down-shift-primary" "tools-aspect-decrease")))
+(GimpControllerInfo "Main Keyboard"
+ (icon-name "gimp-controller-keyboard")
+ (enabled yes)
+ (debug-events no)
+ (controller "GimpControllerKeyboard")
+ (mapping
+ (map "cursor-left-alt" "tools-size-decrease")
+ (map "cursor-right-shift" "view-scroll-page-right")
+ (map "cursor-left-shift" "view-scroll-page-left")
+ (map "cursor-right-alt" "tools-size-increase")
+ (map "cursor-up-shift" "view-scroll-page-up")
+ (map "cursor-up-primary" "view-scroll-top-border")
+ (map "cursor-up-alt" "tools-size-increase-skip")
+ (map "cursor-right-primary" "view-scroll-right-border")
+ (map "cursor-down-shift" "view-scroll-page-down")
+ (map "cursor-down-primary" "view-scroll-bottom-border")
+ (map "cursor-left-primary" "view-scroll-left-border")
+ (map "cursor-down-alt" "tools-size-decrease-skip")))
+
+# end of controllerrc