Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manjaro (Linux) mousewheel zoom possible?
#4
In the "Main mouse wheel" section, if you change (debug-events no) into (debug-events yes), and then start Gimp in a terminal, you should have an inking of what is going on:

Code:
Received 'Mouse Wheel Events' (class 'Mouse Wheel')
   controller event 'scroll-down-control (Scroll Down (Ctrl))'
   (trigger event)
   doesn't map to action

Received 'Mouse Wheel Events' (class 'Mouse Wheel')
   controller event 'scroll-up-shift-control (Scroll Up (Shift+Ctrl))'
   (trigger event)
   maps to action 'tools-paint-brush-size-increase-skip'
   action was found

Received 'Mouse Wheel Events' (class 'Mouse Wheel')
   controller event 'scroll-down-shift-control (Scroll Down (Shift+Ctrl))'
   (trigger event)
   maps to action 'tools-paint-brush-size-decrease-skip'
   action was found

Received 'Mouse Wheel Events' (class 'Mouse Wheel')
   controller event 'scroll-down-shift-control (Scroll Down (Shift+Ctrl))'
   (trigger event)
   maps to action 'tools-paint-brush-size-decrease-skip'
   action was found

Received 'Mouse Wheel Events' (class 'Mouse Wheel')
   controller event 'scroll-down-shift-control (Scroll Down (Shift+Ctrl))'
   (trigger event)
   maps to action 'tools-paint-brush-size-decrease-skip'
   action was found
Above is for my settings of course, your output would be different.
Reply


Messages In This Thread
RE: Manjaro (Linux) mousewheel zoom possible? - by Ofnuts - 09-01-2020, 10:17 AM

Forum Jump: