mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
41 lines
1.8 KiB
Plaintext
41 lines
1.8 KiB
Plaintext
|
# 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-shift-primary" "context-brush-select-previous")
|
||
|
(map "scroll-up-shift-alt" "context-pattern-select-next")
|
||
|
(map "scroll-up-alt" "tools-value-1-increase-skip")
|
||
|
(map "scroll-down-shift-alt" "context-pattern-select-previous")
|
||
|
(map "scroll-down-primary-alt" "context-gradient-select-previous")
|
||
|
(map "scroll-up-shift-primary-alt" "context-font-select-next")
|
||
|
(map "scroll-down-alt" "tools-value-1-decrease-skip")
|
||
|
(map "scroll-up-primary-alt" "context-gradient-select-next")
|
||
|
(map "scroll-up-shift-primary" "context-brush-select-next")
|
||
|
(map "scroll-down-shift-primary-alt" "context-font-select-previous")))
|
||
|
(GimpControllerInfo "Main Keyboard"
|
||
|
(icon-name "gimp-controller-keyboard")
|
||
|
(enabled yes)
|
||
|
(debug-events no)
|
||
|
(controller "GimpControllerKeyboard")
|
||
|
(mapping
|
||
|
(map "cursor-right-alt" "tools-value-1-increase")
|
||
|
(map "cursor-left-shift" "view-scroll-page-left")
|
||
|
(map "cursor-right-shift" "view-scroll-page-right")
|
||
|
(map "cursor-up-shift" "view-scroll-page-up")
|
||
|
(map "cursor-up-primary" "view-scroll-top-border")
|
||
|
(map "cursor-down-primary" "view-scroll-bottom-border")
|
||
|
(map "cursor-up-alt" "tools-value-1-increase-skip")
|
||
|
(map "cursor-left-alt" "tools-value-1-decrease")
|
||
|
(map "cursor-down-shift" "view-scroll-page-down")
|
||
|
(map "cursor-right-primary" "view-scroll-right-border")
|
||
|
(map "cursor-left-primary" "view-scroll-left-border")
|
||
|
(map "cursor-down-alt" "tools-value-1-decrease-skip")))
|
||
|
|
||
|
# end of controllerrc
|