Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

press button #86

Open
sorena100 opened this issue Aug 4, 2013 · 2 comments
Open

press button #86

sorena100 opened this issue Aug 4, 2013 · 2 comments

Comments

@sorena100
Copy link

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.

@JamezQ
Copy link
Owner

JamezQ commented Aug 4, 2013

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.

On Sun, Aug 4, 2013 at 1:30 AM, sorena100 notifications@github.com wrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/86
.

@sorena100
Copy link
Author

thanks. this is the program I said:
https://github.com/sorena100/layout

I don't know how to code in shell script. it should be like this:
ctrl + A
ctrl + X
run program
ctrl + V

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants