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
I want to create a plugin that when user is typing in a TextBox (in any application) by saying something like "Correct Layout" , cuts the whole texts in TextBox then runs a specific app and finally pastes Texts of clipboard into the TextBox.
That specific app runs some methods and witch edit texts of clipboard.
I just don't know how to cut and paste.
The text was updated successfully, but these errors were encountered:
Well first you should make sure you know how to send keypresses, I would
send "Ctrl+A" to select all, then "Ctrl+C" to copy the text, after you can
do that I can help you with the clipboard stuff. Look at how copy and paste
work in palaver by default, also look at the media plugins. If you are
confused, ask and I can give specific examples.
I want to create a plugin that when user is typing in a TextBox (in any
application) by saying something like "Correct Layout" , cuts the whole
texts in TextBox then runs a specific app and finally pastes Texts of
clipboard into the TextBox.
That specific app runs some methods and witch edit texts of clipboard.
I just don't know how to cut and paste.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/86
.
Hi
Sorry! I didn't find any better subject.
I want to create a plugin that when user is typing in a TextBox (in any application) by saying something like "Correct Layout" , cuts the whole texts in TextBox then runs a specific app and finally pastes Texts of clipboard into the TextBox.
That specific app runs some methods and witch edit texts of clipboard.
I just don't know how to cut and paste.
The text was updated successfully, but these errors were encountered: