Fancy Macro in Soarer's Controller

User avatar
salsaverde

09 Aug 2021, 19:01

Hi guys,

I'm trying to figure out how to write a macro config for Soarer's controller. I need a key to alternate between one function and another.

First keypress: send LGUI & PAD_PLUS
Second keypress: send LGUI & ESC
Then cycle back on subsequent keypresses.

I can't figure out the logic to do this. Has anyone done something similar?

Thanks,

SV

User avatar
Mandarbmax

16 Aug 2021, 04:14

I think that you might be able to get that effect by using SELECT_# and ifselect # functions. I used the following to make the numpad on my Unitek K151L so it would work the way I wanted it for the purposes of hotkeys (ctrl+pg up, etc.) while retaining the use of the lock light for instance.

macroblock
macro NUM_LOCK
PRESS NUM_LOCK
PRESS SELECT_1
endmacro
endblock

ifselect 1
remapblock
PAD_9 PAGE_UP
PAD_8 UP
PAD_7 HOME
PAD_6 RIGHT
PAD_4 LEFT
PAD_3 PAGE_DOWN
PAD_2 DOWN
PAD_1 END
endblock

Post Reply

Return to “Workshop”