Replies: 2 comments
-
|
OOOooohh, I love this idea and your implementation looks spot-on. 💪
This concept will probably even help with the case of assigning keyboard shortcuts to scripts through the UI. I'll give it a go this week. Got a window resizing task I need to focus on today/tomorrow. Thanks so much for the idea/concept! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here's the progress I made with this today. Going to try to push out a build late tonight 2021-04-15.16-09-21.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Scriptkit already exposes the
argfunction as a mechanism to await user-provided input and may benefit from a similar paradigm for accepting user-provided keyboard shortcuts.Use-case
I would like to create a script that:
esc).Sample code
Beta Was this translation helpful? Give feedback.
All reactions