You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run this simple script, it will work the first time by saying "hello". But then it doesn't work anymore. It also causes all my other kit shortcuts to fail.
// Shortcut: option h
const keyInfo = await hotkey()
if (keyInfo.hey == 'x') await say("hello")
The text was updated successfully, but these errors were encountered:
All Kit's shortcuts pause when they detect a "hotkey" prompt type, then resume on any other prompt type. So adding an arg that immediately exits will force all the shortcuts back on.
I missed this because all of my use cases follow-up on hotkey with another prompt. I'll get it fixed for v3 where the shortcuts resume on submit/exit instead.
If I run this simple script, it will work the first time by saying "hello". But then it doesn't work anymore. It also causes all my other kit shortcuts to fail.
The text was updated successfully, but these errors were encountered: