Jump to content

Recommended Posts

AndyJWest
Posted

Note that you need to own a physical Stream Deck device to 'unlock' this.

Veteran66
Posted

yes it is for Stream Deck owners

  • 1 month later...
jollyjack
Posted (edited)

Normal single keys with Hotkeys work, however but [VCB]Telf_UK is right for Macros with modifiers.

----------------------

ADDED: [VCB]Telf_UK posted this about: Supermacros

Using the KeyDown:xxx and KeyUp:xxx commands I got this to work:
 

{{KeyDown:RSHIFT}}
{{KeyDown:l}}
{{KeyUp:l}}
{{KeyUp:RSHIFT}}

---------------------------

ADDED: FOR NUMBERS USE THE VK_1 coding for the keyups and key downs

{{KeyDown:RSHIFT}}
{{KeyDown:VK_1}}
{{KeyUp:VK_1}}
{{KeyUp:RSHIFT}}

Edited by jollyjack

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...