]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Mon, 23 May 2022 20:23:54 +0000 (22:23 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 20:23:54 +0000 (22:23 +0200)
The a/A with ring above (å/Å) has also been added to the compose sequence.

autohotkey-v1.1/UltimateKEYS.ahk

index 0ed138c570591d07cb6d9392f531fb8fa6d32c7a..88ea143d862a6a3d6f8b5a6e7eea793fc1b8e731 100644 (file)
@@ -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