Want to use : before ::

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Altouch
Posts: 7
Joined: 21 Oct 2019, 15:13

Want to use : before ::

23 Oct 2019, 08:19

Code: Select all

#Hotstring

::a`;::bcd      ;It works.
::`:a::bcd      ;It works.
::a{vkBA}::bcd   ;It does'nt works.
::a{sc028}::bcd   ;It does'nt works.
::a`:::bcd      ; Error, Invalid hotkey
I want to use : before ::.
How it should be?
Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Want to use : before ::

23 Oct 2019, 09:52

Hallo,
perhaps this workaround?

Code: Select all

:*:a`: ::bcd      ;It works limited.
Type: a:{Space}
Ridwan
Posts: 144
Joined: 17 Oct 2015, 21:06
Location: Indonesia

Re: Want to use : before ::

23 Oct 2019, 10:30

Or with the alternative with Hotkey command.

Code: Select all

HotKey, :, Colon

Colon:
    MsgBox, Executed
Return
User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: Want to use : before ::

23 Oct 2019, 13:41

Code: Select all


Hotstring("::a:","bcd")


***Edit*** AHK Version 1.1.28+

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: aitaixy, dangoscrub, doodles333, joedf, Nerafius and 95 guests