-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use Window Name and Exe's for Conditionals #150
Comments
I've done some work on this, which will land in the beta soon: In a I can trivially add From your code:
In knausj, I think you can do this as something like:
I should probably make a default talonscript command that is the equivalent of "open this file in the default manner", so you could e.g.
This would just be:
is just
is
is something like this:
|
closing this issue because all of this is in the current early access beta |
With AHK, you can make conditionals based on:
-ahk_class: name of window
-ahk_exe: the exe that the app is running from
-ahk_pid: the process ID
Currently (from what I understand) talon can use window titles but for certain applications those are dynamic. For me personally, I hope to be able to use ahk_class and ahk_exe both:
-I need to differentiate between different windows from the same exe
-I have multiple exes for the same application (I have one instance of SuperMemo open for use with plan/tasklists while I have a separate one for incremental reading)
Being able to seperate those out is very valuable.
If useful for reference, this is the current ahk script I am using. If more info is needed, happy to provide.
The text was updated successfully, but these errors were encountered: