Search found 5 matches

by benbrown
08 Mar 2023, 09:04
Forum: Wish List
Topic: shebang-like hint to ensure correct AHK v1/v2 detection? Topic is solved
Replies: 2
Views: 1333

shebang-like hint to ensure correct AHK v1/v2 detection? Topic is solved

Problem: AHK can only guess at whether to run a script as V1 or V2. The official AHK2 release announcement states that "The Launcher will run the appropriate version of AHK based on its attempt at automatic detection and your settings." (emphasis mine) Suggestion: Linux shell scripts typically begi...
by benbrown
23 Dec 2022, 08:24
Forum: Gaming Help (v1)
Topic: Background Keystroke counter
Replies: 5
Views: 608

Re: Background Keystroke counter

Managed to make it work the way i wanted in a few minutes
Would you mind sharing your solution?
by benbrown
06 Jun 2019, 09:56
Forum: Ask for Help (v1)
Topic: Using AHK to remap keyboard => hotstrings stop working Topic is solved
Replies: 4
Views: 1046

Re: Using AHK to remap keyboard => hotstrings stop working Topic is solved

Rohwedder wrote:
06 Jun 2019, 08:12
shorter and better
I like shorter! But my testing indicates that all the bling is necessary in order to do a complete remapping that also works on Ctrl+... keyboard commands.
by benbrown
06 Jun 2019, 07:57
Forum: Ask for Help (v1)
Topic: Using AHK to remap keyboard => hotstrings stop working Topic is solved
Replies: 4
Views: 1046

Re: Using AHK to remap keyboard => hotstrings stop working Topic is solved

Solved: The kind Reddit user u/SirJefferE provided this code and my problem was solved with that: ;Colemak layout #InputLevel 1 ; This allows hotkeys at level 1 to trigger hotstrings at level 0 $*s::SendEvent {Blind}d $*d::SendEvent {Blind}s ; $ prevents this hotkey from being triggered by other ho...
by benbrown
05 Jun 2019, 04:59
Forum: Ask for Help (v1)
Topic: Using AHK to remap keyboard => hotstrings stop working Topic is solved
Replies: 4
Views: 1046

Using AHK to remap keyboard => hotstrings stop working Topic is solved

Hi all, I'm new to the forum but not to AHK. I have a AHK file that I start with Windows, and this contains an extensive list of simple hotstrings, plus some convenient shortcuts like "dd" or "tt" that write the current date or time, and Win+n to open Notepad++. All of this works just fine. I now wa...

Go to advanced search