Search found 3451 matches

by guest3456
15 Mar 2024, 10:33
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 123
Views: 69356

Re: v1 -> v2 Script Converter

github user @Banaanae has been fixing bugs and adding features, and now has write access for quicker additions. big thank you to him for his contributions
by guest3456
03 Mar 2024, 22:12
Forum: Wish List
Topic: A_ThisVariant
Replies: 9
Views: 642

Re: A_ThisVariant

@guest3456, why not use HotIf MouseIsOverNotepad Hotkey "F1", F1_Func.Bind("Notepad") HotIf FirefoxIsActive Hotkey "F1", F1_Func.Bind("Firefox") F1_Func(ThisVariant) { if ThisVariant = "Notepad" msgbox "mouseover variant" else if ThisVariant = "Firefox" msgbox "winactive variant" } I modified the e...
by guest3456
29 Feb 2024, 07:11
Forum: Forum Issues
Topic: Documentation and Google
Replies: 27
Views: 1170

Re: Documentation and Google

still not fixed
by guest3456
16 Feb 2024, 09:32
Forum: Wish List
Topic: A_ThisVariant
Replies: 9
Views: 642

Re: A_ThisVariant

What value is it supposed to have? to allow you to know which variant triggered the hotkey pseudocode example Hotkey, If, MouseIsOverNotepad() Hotkey, F1, F1_Func(), on Hotkey, If, FirefoxIsActive() Hotkey, F1, F1_Func(), on F1_Func() { ;currently need to loop through all #if conditions and re-test...
by guest3456
10 Feb 2024, 10:52
Forum: Off-topic Discussion
Topic: Rosetta Code for v2
Replies: 5
Views: 643

Re: Rosetta Code for v2

kiwichick wrote:
05 Feb 2024, 01:42
Are any of the Rosetta Code AutoHotkey scripts for v2? I've downloaded 8 random scripts and none of them work with v2 but all work with v1.
you could always try to use the v1 -> v2 script converter:

viewtopic.php?f=6&t=25100
by guest3456
09 Feb 2024, 22:25
Forum: Forum Issues
Topic: Documentation and Google
Replies: 27
Views: 1170

Re: Documentation and Google

been noticing this as well for the past few days. not good
by guest3456
09 Feb 2024, 22:25
Forum: About This Community
Topic: docs no longer show up in google?
Replies: 2
Views: 296

Re: docs no longer show up in google?

oh whoops, didnt see that
by guest3456
09 Feb 2024, 11:27
Forum: About This Community
Topic: docs no longer show up in google?
Replies: 2
Views: 296

docs no longer show up in google?

i used to be able to google search for "ahk settimer" or "ahk hotstrings" and the top result would always be the ahk docs page

now the ahk docs page are nowhere to be found

am i going crazy?
by guest3456
07 Feb 2024, 13:48
Forum: Wish List
Topic: A_ThisVariant
Replies: 9
Views: 642

A_ThisVariant

if the same hotkey key can be triggered by multiple #if conditions, would be nice to have an easy way to know which variant triggered the hotkey
by guest3456
03 Feb 2024, 19:31
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 123
Views: 69356

Re: v1 -> v2 Script Converter

i tried testing it but it wasn't working for me in Chrome, but it worked in Edge
by guest3456
03 Feb 2024, 12:30
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 123
Views: 69356

Re: v1 -> v2 Script Converter

Would there be interest in a hosted version of this conversion tool? I should be able to pull all the code into the wiki sandbox (https://autohotkey.wiki/cloudahk) and write some front-end code to provide a diffing interface like shown in the original post. This should allow people to use the tool ...
by guest3456
28 Jan 2024, 09:26
Forum: About This Community
Topic: New subforum for Keysharp
Replies: 26
Views: 3629

Re: New subforum for Keysharp

boiler wrote:
15 Jan 2024, 12:45
I say no, not because it's not important, but it's really just one thread, and we don't need/want a whole sub-forum for just a thread.
+1
by guest3456
25 Jan 2024, 12:41
Forum: Bug Reports
Topic: Exploit PoCs
Replies: 36
Views: 2295

Re: Exploit PoCs

reminds me of jeeswg
by guest3456
17 Jan 2024, 11:17
Forum: Ask for Help (v2)
Topic: [v2.0.11; v2.1-alpha.8] Command Syntax doesn't work when there are brackets in the command?
Replies: 7
Views: 565

Re: [v2.0.11; v2.1-alpha.8] Command Syntax doesn't work when there are brackets in the command?

just me wrote:
16 Jan 2024, 07:29
(I always voted to remove the 'command syntax' as far as possible in v2!)
+1
when i was initially building the v2 converter i would never convert to the command syntax variant, to discourage users from using it. not sure what other contributors have done since
by guest3456
08 Jan 2024, 02:00
Forum: Ask for Help (v1)
Topic: Run command works from source and U64-compiled but fails U32-compiled - Compiler Bug?
Replies: 22
Views: 1767

Re: Run command works from source and U64-compiled but fails U32-compiled - Compiler Bug?

just ran into this mind boggling issue myself add this line before the Run command worked: Based on what gregster said, you could try this: if A_Is64bitOS && (A_PtrSize!=8) DllCall("kernel32\Wow64DisableWow64FsRedirection", "Ptr*",0) ------ When you launch a shortcut file with ShellExecuteEx, most l...
by guest3456
08 Nov 2023, 13:12
Forum: Ask for Help (v1)
Topic: How to Read Gmail Inbox?
Replies: 1
Views: 378

Re: How to Read Gmail Inbox?

bump
by guest3456
17 Oct 2023, 10:21
Forum: Wish List
Topic: Option to terminate and restart thread when called again
Replies: 4
Views: 1502

Re: Option to terminate and restart thread when called again

^this

post code and reproduceable example
by guest3456
03 Oct 2023, 13:31
Forum: Scripts and Functions (v2)
Topic: Pulover's Macro Creator for v2 [mod]
Replies: 23
Views: 6307

Re: Pulover's Macro Creator for v2 [mod]

guest3456 wrote:
04 May 2023, 12:34
you've added MIT license but you are required by the GPL to keep your derivative work also as GPL. you should also keep Pulover's original license and copyright in the main dir
^

this project is still ILLEGALLY licensed as of the time of this post
by guest3456
24 Sep 2023, 00:39
Forum: Ask for Help (v2)
Topic: MouseGetPos does not include DPI scalling but gui.move does Topic is solved
Replies: 4
Views: 595

Re: MouseGetPos does not include DPI scalling but gui.move does Topic is solved

does adding this line to the top of your script fix it?

Code: Select all

DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr")
(from this thread)
by guest3456
20 Sep 2023, 16:22
Forum: Scripts and Functions (v2)
Topic: AHK2 comma after loop / sleep, Warns, Template
Replies: 5
Views: 879

Re: AHK2 comma after loop / sleep, Warns, Template

@theyakutoo : Could you please explain with some words, what your code is actually doing? At first I was laughing - then, out of curiosity, I tested it... and, as expected, NOTHING happens. But I'm by far no AHK expert, to be honest. So please explain, thank you! :-) its two hotstrings. open notepa...

Go to advanced search