Search found 10 matches

by vkhu
27 Apr 2022, 02:31
Forum: Ask for Help (v1)
Topic: changing hotkey action depend on which chrome profile is currently active Topic is solved
Replies: 2
Views: 407

changing hotkey action depend on which chrome profile is currently active Topic is solved

Due to my work, I often have a lot of chrome profiles open simultaneously, and I want to make a single set of hotkey perform different action depend on which profile is currently active. To better illustrate the point, the final code would look something like this: $^+x:: If WinActive("ahk_exe chrom...
by vkhu
18 Apr 2022, 04:55
Forum: Ask for Help (v1)
Topic: winexist can't detect %UserProfile% Topic is solved
Replies: 4
Views: 377

Re: winexist can't detect %UserProfile% Topic is solved

Thank you for clearing that up!
by vkhu
18 Apr 2022, 04:35
Forum: Ask for Help (v1)
Topic: winexist can't detect %UserProfile% Topic is solved
Replies: 4
Views: 377

Re: winexist can't detect %UserProfile% Topic is solved

gregster wrote:
18 Apr 2022, 04:23
Functions require expression style syntax:

Code: Select all

#If !WinExist(UserProfile "\Dropbox\AutoHotkey Automation Scripts\Look Up Words.ahk")
TYSM!

Just for future reference, how was "Run" able to accept the "%UserProfile%\..." path directly without needing the change like "WinExist"?
by vkhu
18 Apr 2022, 04:33
Forum: Ask for Help (v1)
Topic: How to change the freeze hotkey in Window Spy? Topic is solved
Replies: 11
Views: 1195

Re: How to change the freeze hotkey in Window Spy? Topic is solved

You could probably download a very old version of AHK and get the .ahk version of this file, then replace the new one with it (rename it to the same name if different). Urgh, that sounds like a pain. Is there a way to open the compiled exe file and copy the code from there? I assume the exe would a...
by vkhu
18 Apr 2022, 04:23
Forum: Ask for Help (v1)
Topic: How to change the freeze hotkey in Window Spy? Topic is solved
Replies: 11
Views: 1195

Re: How to change the freeze hotkey in Window Spy? Topic is solved

Here it is: AU3_Spy.zip Just need to unzip it. TYSM! So I just have to unzip and put this in the AHK installation folder, then delete the WindowSpy.ahk, right? Will AHK automatically use the new exe file every time I right click am active script and open window spy, or do I have to make some kind o...
by vkhu
18 Apr 2022, 04:21
Forum: Ask for Help (v1)
Topic: winexist can't detect %UserProfile% Topic is solved
Replies: 4
Views: 377

winexist can't detect %UserProfile% Topic is solved

I have a script like so DetectHiddenWindows, On DetectHiddenText, On SetTitleMatchMode, 2 #If !WinExist("%UserProfile%\Dropbox\AutoHotkey Automation Scripts\Look Up Words.ahk") F3:: Run %UserProfile%\Dropbox\AutoHotkey Automation Scripts\Look Up Words.ahk Return #If Its job is to run in the backgrou...
by vkhu
18 Apr 2022, 04:07
Forum: Ask for Help (v1)
Topic: How to change the freeze hotkey in Window Spy? Topic is solved
Replies: 11
Views: 1195

Re: How to change the freeze hotkey in Window Spy? Topic is solved

Unfortunately, this is a new machine I'm having. There has never been any ahk installation on it, and I already sold off my old pc :(
by vkhu
18 Apr 2022, 03:33
Forum: Ask for Help (v1)
Topic: How to change the freeze hotkey in Window Spy? Topic is solved
Replies: 11
Views: 1195

How to change the freeze hotkey in Window Spy? Topic is solved

I recently reinstalled ahk, only to find out the hotkey to freeze WindowSpy has changed from pressing Win+A to toggle to holding down Ctrl or Shift. Is there a way to change it back to Win+A? The new hotkeys interfere with some of my scripts, and when I open up the WindowSpy.ahk file itself, I have ...
by vkhu
04 Oct 2018, 01:03
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 139675

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Hi there, might be a bit of a grave digging, but I'm curious to know if there's anyway to "chain" the entries together. Say I have 3 entries: "inquire specifically" and "specifically about" and "about the company", all at the top of the dropdown suggestion box (assuming the first 3 letters of the 1s...

Go to advanced search