Search found 7 matches

by nichatr
21 Apr 2020, 12:46
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 206075

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Hello evilC, thank you for the great library! I've encountered a problem: when I use the autohotkeyinterception in a separate script which I load at the start from my main context menu script, it seems that the second keyboard is not recognized. So I put the <Context Example.ahk> code inside my main...
by nichatr
18 Apr 2020, 15:52
Forum: Tutorials (v1)
Topic: Connecting to API / Web services
Replies: 7
Views: 21087

Re: Connecting to API / Web services

Thank you Joe for sharing the API syntax writer and all the excellent tutorials!
by nichatr
23 Mar 2020, 13:46
Forum: Ask for Help (v1)
Topic: GuiControl not updating properly
Replies: 7
Views: 3745

Re: GuiControl not updating properly

I was stuck with the same issue. Although the manual is referring to updating a gui's control other than the first, it doesn't have any example to state it clearly. My code was GuiControl, , 3:myshortcutName, %shortcutName% ; update the shortcut name but the correct is GuiControl, 3:, myshortcutName...
by nichatr
29 Feb 2020, 01:06
Forum: Scripts and Functions (v1)
Topic: Hotkey Help - Display Active AHK Hotkeys and Hotstrings
Replies: 88
Views: 62254

Re: Hotkey Help - Display Active AHK Hotkeys and Hotstrings

Very useful script for keeping track my hotkeys and thanks a lot!
I've noticed that if I put my hotkeys in a separate AHK file and #include them from the main script then all hotkeys are shown double.
Is there a work around?
by nichatr
17 May 2019, 01:49
Forum: Scripts and Functions (v1)
Topic: Hotkey Help - Display Active AHK Hotkeys and Hotstrings
Replies: 88
Views: 62254

Re: Hotkey Help - Display Active AHK Hotkeys and Hotstrings

Excellent utility. It is what I wanted for my autohotkey main script. Thank you very much!

Go to advanced search