-
Notifications
You must be signed in to change notification settings - Fork 6
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
[feature]: #95
Comments
Is there a specific app that you are looking at? I've played around with some of the APIs available with Not my area of expertise, but here are a few examples of what I've seen:
Notice that there are multiple Finder windows here but nothing
The example below does have
|
I really appreciate you looking into the possibility. Was hoping that you could see and use window names in apps to make such an option available. The app I'm trying to work with is Microsoft Remote Desktop. Maybe it has window names that can be used? When started, it displays a Connection Center window and from that you can start a session connecting to a remote PC in a new window and that window displays a different name. |
Add option to specify which app window keystrokes should go to
It would be helpful to add an option (maybe --targeted-window) so that the keystrokes sent can be directed to a specific window of a specific application when the windows don't have their own process. The option could be used with --application-name --targeted and --no-activate. Currently, it seems they go to whatever was the last active window of the application and if the application doesn't create a separate process for each window then the --pid option isn't a solution. The new option could look for the supplied argument string occurring anywhere in the title of the desired window (ignoring case).
Other information:
No response
The text was updated successfully, but these errors were encountered: