Use of backtick in triggering abbreviation of hotstring Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
robertf
Posts: 2
Joined: 01 May 2023, 11:12

Use of backtick in triggering abbreviation of hotstring

Post by robertf » 01 May 2023, 11:36

I'm just starting to use AHK (version 2). I've successfully created the hotstring

Code: Select all

::\``e::è
.
Then I tried both

Code: Select all

::\e``::è
and

Code: Select all

::\e`::è
and it says they need AHK version 1.
I've read the documentation and tried some variations and I haven't managed to make it work. Could someone please point out what I'm doing wrong?
Thank you.

User avatar
mikeyww
Posts: 26856
Joined: 09 Sep 2014, 18:38

Re: Use of backtick in triggering abbreviation of hotstring  Topic is solved

Post by mikeyww » 01 May 2023, 12:06

Works here.

Code: Select all

#Requires AutoHotkey v2.0
::\``e::è
::\e``::è
Save the script file as UTF-8 with BOM signature.

robertf
Posts: 2
Joined: 01 May 2023, 11:12

Re: Use of backtick in triggering abbreviation of hotstring

Post by robertf » 28 May 2023, 14:40

Thank you for quick reply! I was missing the line '#Requires AutoHotkey v2.0'. I don't really understand the relationship between that and an error message saying that I needed version 1, but it works now and I'm happy :-)

(I apologize for the delay in replying. I neglected to subscribe to the topic (vaguely assuming that it would happen automatically when I created the topic) and have just now found time to return to the problem.)

Post Reply

Return to “Ask for Help (v2)”