Skip to content

Commit 96457bc

Browse files
authored
Update x-touch.lua switch colorequal tab
added recommended additional shortcuts to switch between hue, saturation and brightness tabs: midi:D0=iop/colorequal/page;previous midi:D#0=iop/colorequal/page;next
1 parent cd31d18 commit 96457bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/x-touch.lua

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ midi:A#-1=iop/toneequal;focus
4949
midi:B-1=iop/colorbalancergb;focus
5050
midi:C0=iop/channelmixerrgb;focus
5151
midi:C#0=iop/colorequal;focus
52+
midi:D0=iop/colorequal/page;previous
53+
midi:D#0=iop/colorequal/page;next
5254
]]
5355

5456
local dt = require "darktable"

0 commit comments

Comments
 (0)