multiple keys
MXML3GEND opened this issue · 8 comments
MXML3GEND commented
could you please make it so that we can use multiple keys for tab and enter and such. that would be really awesome!
duncte123 commented
What exactly do you mean by "multiple keys for tab and enter"?
MXML3GEND commented
I mean like we should be able to do 'TAB ctrl+enter' for example
duncte123 commented
something like this?
PRESS ctrl
PRESS enter
WAIT_UNPRESSED
RELEASE_ALL
MXML3GEND commented
No, I think more like if I wanna output 'A'
That i can do 'TAB caps+a'
duncte123 commented
That would just be the string command with a capital A
MXML3GEND commented
Look, I have a program that uses the hotkey ctrl+f1 to do something
duncte123 commented
Then the solution I gave you before will work just fine
PRESS ctrl
PRESS f1
WAIT_UNPRESSED
RELEASE_ALL
MXML3GEND commented
ow thanks lol