summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gimp-2.8/controllerrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gimp-2.8/controllerrc b/.gimp-2.8/controllerrc
index def2ad2..a462195 100644
--- a/.gimp-2.8/controllerrc
+++ b/.gimp-2.8/controllerrc
@@ -26,12 +26,12 @@
(mapping
(map "cursor-left-alt" "tools-value-1-decrease")
(map "cursor-right-shift" "view-scroll-page-right")
- (map "cursor-left-shift" "view-scroll-page-left")
- (map "cursor-up-control" "view-scroll-top-border")
(map "cursor-right-alt" "tools-value-1-increase")
+ (map "cursor-up-control" "view-scroll-top-border")
+ (map "cursor-left-shift" "view-scroll-page-left")
(map "cursor-right-control" "view-scroll-right-border")
- (map "cursor-left-control" "view-scroll-left-border")
(map "cursor-down-control" "view-scroll-bottom-border")
+ (map "cursor-left-control" "view-scroll-left-border")
(map "cursor-up-shift" "view-scroll-page-up")
(map "cursor-up-alt" "tools-value-1-increase-skip")
(map "cursor-down-shift" "view-scroll-page-down")