Search found 24 matches

by xypha
15 Dec 2023, 02:45
Forum: Ask for Help (v2)
Topic: #HotIf fails to activate when global variant is present Topic is solved
Replies: 5
Views: 415

#HotIf fails to activate when global variant is present Topic is solved

#HotIf fails to activate when global variant is present, while using ahk_group in AHK v2 (AutoHotkey v2.0.10) Please check the examples below. Why is example #2 failing (when using Firefox) and how can I correct the error? Example #1 - works when global variant is disabled GroupAdd "HorizontalScroll...
by xypha
10 Dec 2023, 09:45
Forum: Ask for Help (v2)
Topic: use Run with a variable containing space Topic is solved
Replies: 6
Views: 549

use Run with a variable containing space Topic is solved

In AutoHotKey v1, the following code worked MediaNameNoExt := "example1 example2" Run "D:\Everything.exe" -maximized -search "%MediaNameNoExt%" In AutoHotKey v2, when I run below code, only "example1" is passed to Everything.exe, but not "example2" - it causes an error or it is not passed at all bec...
by xypha
31 May 2020, 11:07
Forum: Ask for Help (v1)
Topic: Multiple Clipboard script error - Attempt to replicate PhraseExpress Topic is solved
Replies: 2
Views: 540

Re: Multiple Clipboard script error - Attempt to replicate PhraseExpress Topic is solved

Thank you Kobaltauge Your reply helped me make corrections. The modified and working code is below. I really appreciate your help. Thank you! :) Please suggest improvements if you think of any. Updated 2024.01.01 Changelog - v1.3 - add/modify contents - add #Requires - add auto execute - switch from...
by xypha
24 Apr 2020, 06:03
Forum: Ask for Help (v1)
Topic: Multiple Clipboard script error - Attempt to replicate PhraseExpress Topic is solved
Replies: 2
Views: 540

Multiple Clipboard script error - Attempt to replicate PhraseExpress Topic is solved

I switched to AutoHotKey a few months ago after using PhraseExpress for years. I was able to migrate most of my hotkeys and hotstrings from it to AHK, but I haven't found a suitable alternative to PhraseExpress's clipboard management feature. I did a lot of searching and found a lot of scripts that ...

Go to advanced search