Umlaut hotkey to html convert v1 to v2 does not work

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
gsxr1300
Posts: 20
Joined: 06 May 2016, 06:45

Umlaut hotkey to html convert v1 to v2 does not work

20 Apr 2024, 09:54

Hello, what is the correct way to use ö as hotkey in V2?

Code: Select all

; My old V1 Script
^ö:: Send, ö
^ä:: Send, ä
^ü:: Send, ü
^Ö:: Send, Ö
^Ä:: Send, Ä
^Ü:: Send, Ü
^ß:: Send, ß
^<:: Send, &lt;
^>:: Send, &gt;
^&:: Send, &amp;
My converted script does'nt work,
in AHK v2 i got :
Error: This line does not contain a recognized action.
Text: ^�end("&ouml;") ^�Send("&auml;")
Line: 1320

Code: Select all

; My new V2 Scipt line 1319
^ö::Send("&ouml;")
^ä::Send("&auml;")
^ü::Send("&uuml;")
^Ö::Send("&Ouml;")
^Ä::Send("&Auml;")
^Ü::Send("&Uuml;")
^ß::Send("&szlig;")
^<::Send("&lt;")
^>::Send("&gt;")
^&::Send("&amp;")

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: Albireo, robinson, TAC109 and 32 guests