From: Pieter Degroote Date: Mon, 23 May 2022 20:23:54 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/3eec40cb4f5041f2473c34b92db962c26aed81fb?ds=sidebyside Add files via upload The a/A with ring above (å/Å) has also been added to the compose sequence. --- diff --git a/autohotkey-v1.1/UltimateKEYS.ahk b/autohotkey-v1.1/UltimateKEYS.ahk index 0ed138c..88ea143 100644 --- a/autohotkey-v1.1/UltimateKEYS.ahk +++ b/autohotkey-v1.1/UltimateKEYS.ahk @@ -147,6 +147,8 @@ cmpDotAbove.item["Z"] := "{u+017b}" ; (Å») Z with dot above ; Compose : Ring Above (o) cmpRingAbove := ComObjCreate("Scripting.Dictionary") +cmpRingAbove.item["a"] := "{u+00e5}" ; (Ã¥) a with ring above +cmpRingAbove.item["A"] := "{u+00c5}" ; (Å) A with ring above cmpRingAbove.item["u"] := "{u+016f}" ; (ů) u with ring above cmpRingAbove.item["U"] := "{u+016e}" ; (Å®) U with ring above cmpRingAbove.item["w"] := "{u+1e98}" ; (ẘ) w with ring above