
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.
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.