Misc Change

This commit is contained in:
2025-06-24 22:52:48 -06:00
parent 04cd6e34c7
commit 21fcabf450

View File

@ -17,7 +17,7 @@ if not os.path.isfile(ahk_bin_path):
# Initialize AHK instance with explicit executable_path
ahk = AHK(executable_path=ahk_bin_path)
window_title = '*TargetWindow - Notepad' # Change this to your target window
window_title = 'New Tab - Google Chrome' # Change this to your target window
# Find the window by its title
target_window = ahk.find_window(title=window_title)