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

Typing text in action sequence #323

Open
XelorR opened this issue Jul 25, 2023 · 3 comments
Open

Typing text in action sequence #323

XelorR opened this issue Jul 25, 2023 · 3 comments

Comments

@XelorR
Copy link

XelorR commented Jul 25, 2023

Hello,

is it possible to type text in sequence of key actions?

Autohotkey 2.0 working example:
!,::Send "{Ctrl Down}{t}{Ctrl Up}chrome://settings{Enter}"

It would be nice to make something like this possible:
Alt-comma: [Control-t, "chrome://settings", Enter]

@mritunjaymusale
Copy link

+1 this feature request

@k0kubun
Copy link
Contributor

k0kubun commented Jul 28, 2023

Interesting idea. Since a and "a" are indistinguishable in YAML, I would make it something like Alt-comma: [Control-t, {text: chrome://settings}, Enter]. Would any of you be interested in working on a pull request for it?

@XelorR
Copy link
Author

XelorR commented Jul 29, 2023

Interesting idea. Since a and "a" are indistinguishable in YAML, I would make it something like Alt-comma: [Control-t, {text: chrome://settings}, Enter]. Would any of you be interested in working on a pull request for it?

Agree, something like {text: chrome://settings} is nice and clearly understandable in config file.

I'd like to help somehow but unfortunately I am not familiar with Rust and not sure where to start.

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

3 participants