nimaid / LPHK

A Novation Launchpad Macro Scripting System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple keys

MXML3GEND opened this issue · comments

could you please make it so that we can use multiple keys for tab and enter and such. that would be really awesome!

What exactly do you mean by "multiple keys for tab and enter"?

I mean like we should be able to do 'TAB ctrl+enter' for example

something like this?

PRESS ctrl
PRESS enter
WAIT_UNPRESSED
RELEASE_ALL

No, I think more like if I wanna output 'A'
That i can do 'TAB caps+a'

That would just be the string command with a capital A

Look, I have a program that uses the hotkey ctrl+f1 to do something

Then the solution I gave you before will work just fine

PRESS ctrl
PRESS f1
WAIT_UNPRESSED
RELEASE_ALL

ow thanks lol