nimaid / LPHK

A Novation Launchpad Macro Scripting System.
GNU General Public License v3.0
336 stars 69 forks source link

String command kill switch #123

Open Blue2689 opened 1 year ago

Blue2689 commented 1 year ago

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.