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

autohotkey-v2.0/UltimateKEYS (for AutoHotkey v2.0).ahk

index 6b9c6601e294efbff9167b53df57b83f878ab959..7dcafe221acbd75824ce72bd72cdc0c04e54b94b 100644 (file)
@@ -151,6 +151,8 @@ cmpDotAbove["Z"] := "{u+017b}"  ; (Ż) Z with dot above
 ; Compose :  Ring Above (o)
 
 global cmpRingAbove := Map()
 ; Compose :  Ring Above (o)
 
 global cmpRingAbove := Map()
+cmpRingAbove["a"] := "{u+00e5}"  ; (å) a with ring above
+cmpRingAbove["A"] := "{u+00c5}"  ; (Å) A with ring above
 cmpRingAbove["u"] := "{u+016f}"  ; (ů) u with ring above
 cmpRingAbove["U"] := "{u+016e}"  ; (Ů) U with ring above
 cmpRingAbove["w"] := "{u+1e98}"  ; (ẘ) w with ring above
 cmpRingAbove["u"] := "{u+016f}"  ; (ů) u with ring above
 cmpRingAbove["U"] := "{u+016e}"  ; (Ů) U with ring above
 cmpRingAbove["w"] := "{u+1e98}"  ; (ẘ) w with ring above