inject text strings #864
Unanswered
lucentwolf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
You could create a command that would read a text file and insert it into your clipboard, then inject Ctrl+V to paste it. All from a single macro. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
I did not figure out how I would insert whole text strings without having to send every single letter as a key stroke; e.g. string("Abc") or text("Abc") instead of modify(KEY_LEFTSHIFT, key(a)).key(b).key(c)
Am I missing something or would this be a feature request?
-^.^-
[EDIT: Typo]
Beta Was this translation helpful? Give feedback.
All reactions