X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/blobdiff_plain/e26e648c75039969c416cea14b1014f9962c843a..3eec40cb4f5041f2473c34b92db962c26aed81fb:/autohotkey-v1.1/UltimateKEYS.ahk 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