[x] Preset 27: KB Modifiers - End (1) Comments: Includes midi modifier so that ctrl + shift + alt can be used as midi mods for Icon pad [x] Translator 27.0: Shift Reset Incoming: Key up: Shift Rules: Log "Shift - Reset" mf=mf^1 gd=gd //For key up: Enc8 + shift - Scroll if p2==48 then Goto "Move Left" if p2==49 then Goto "Move Right" exit rules, skip Outgoing Action Label "Move Left" //Select chan 1 in bank oo=144 pp=24 qq=127 p2=0 exit rules, execute Outgoing Action Label "Move Right" //Select chan 8 in bank oo=144 pp=24 //pp=31 qq=127 p2=0 exit rules, execute Outgoing Action Outgoing: MIDI oo pp qq, to port 20.MCU Control [x] Translator 27.1: Ctrl Reset Incoming: Key up: Ctrl Rules: Log "Ctrl - Reset" mf=mf^2 p2=p2 //For key up: Enc8 + shift - Scroll if p2==46 then Goto "Move Left" if p2==47 then Goto "Move Right" exit rules, skip Outgoing Action Label "Move Left" oo=144 pp=24 qq=127 p2=0 exit rules, execute Outgoing Action Label "Move Right" oo=144 //always start at chan 1 selected //pp=31 pp=24 qq=127 p2=0 exit rules, execute Outgoing Action Outgoing: MIDI oo pp qq, to port 20.MCU Control [x] Translator 27.2: Alt Reset Incoming: Key up: Alt Rules: Log "Alt Reset" mf=mf^4 Outgoing: (none)