[x] Preset 26: KB Modifiers - Start (1) [x] Translator 26.0: Qualifier Shift Incoming: Key down: Shift Rules: Log "Shift" mf=mf zz=mf&1 if zz!=0 then exit rules, skip Outgoing Action mf=mf^1 //exit rules, execute Outgoing Action Outgoing: One-shot timer "Jump": 0 ms delay [x] Translator 26.1: Qualifier - Ctrl Incoming: Key down: Ctrl Rules: Log "ctrl" zz=mf&2 if zz!=0 then exit rules, skip Outgoing Action mf=mf^2 //exit rules, execute Outgoing Action Outgoing: One-shot timer "Jump": 0 ms delay [x] Translator 26.2: Qualifier - Alt Incoming: Key down: Alt Rules: Log "Alt" mf=mf^4 Outgoing: One-shot timer "Jump": 0 ms delay [x] Translator 26.3: Send Page Incoming: On timer "Jump" Outgoing: sends msg to jump to correct page, to port 30.MCU Extended