Version 0.34 of easy-deb-chroot Fremantle, LXDE works now.
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / .gimp-2.6 / controllerrc
diff --git a/fremantle/easy-deb-chroot/src/home/user/.gimp-2.6/controllerrc b/fremantle/easy-deb-chroot/src/home/user/.gimp-2.6/controllerrc
new file mode 100644 (file)
index 0000000..27db120
--- /dev/null
@@ -0,0 +1,40 @@
+# GIMP controllerrc
+# 
+# This file will be entirely rewritten each time you exit.
+
+(GimpControllerInfo "Main Mouse Wheel"
+    (stock-id "gimp-controller-wheel")
+    (enabled yes)
+    (debug-events no)
+    (controller "GimpControllerWheel")
+    (mapping
+        (map "scroll-down-shift-control" "context-brush-select-previous")
+        (map "scroll-down-shift-control-alt" "context-font-select-previous")
+        (map "scroll-up-shift-control-alt" "context-font-select-next")
+        (map "scroll-up-shift-control" "context-brush-select-next")
+        (map "scroll-up-alt" "tools-value-1-increase-skip")
+        (map "scroll-up-control-alt" "context-gradient-select-next")
+        (map "scroll-up-shift-alt" "context-pattern-select-next")
+        (map "scroll-down-control-alt" "context-gradient-select-previous")
+        (map "scroll-down-shift-alt" "context-pattern-select-previous")
+        (map "scroll-down-alt" "tools-value-1-decrease-skip")))
+(GimpControllerInfo "Main Keyboard"
+    (stock-id "gimp-controller-keyboard")
+    (enabled yes)
+    (debug-events no)
+    (controller "GimpControllerKeyboard")
+    (mapping
+        (map "cursor-right-shift" "view-scroll-page-right")
+        (map "cursor-down-control" "view-scroll-bottom-border")
+        (map "cursor-down-shift" "view-scroll-page-down")
+        (map "cursor-left-alt" "tools-value-1-decrease")
+        (map "cursor-up-control" "view-scroll-top-border")
+        (map "cursor-left-control" "view-scroll-left-border")
+        (map "cursor-up-alt" "tools-value-1-increase-skip")
+        (map "cursor-down-alt" "tools-value-1-decrease-skip")
+        (map "cursor-up-shift" "view-scroll-page-up")
+        (map "cursor-left-shift" "view-scroll-page-left")
+        (map "cursor-right-control" "view-scroll-right-border")
+        (map "cursor-right-alt" "tools-value-1-increase")))
+
+# end of controllerrc