nimaid / LPHK

A Novation Launchpad Macro Scripting System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String command kill switch

Blue2689 opened this issue · comments

If I have a long String command and I press the button again, it does not stop typing until the command is over. It would be nice if it was possible to stop the string whenever you press the button again.
I believe this is due to the string command being 1 command so when cancelled it finishes said command. It would be nice if when you were to cancel the command, it would stop immediately.
Ex.
Command
STRING 123456789123456789

Output
1234567
when cancelled.