X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/blobdiff_plain/3010619296033b4846ae49962ffb1762695cf0af..52eaaa9f095c845cad8b258f8b14236c50a147f9:/autohotkey-v1.1/UltimateKEYS.ahk?ds=sidebyside diff --git a/autohotkey-v1.1/UltimateKEYS.ahk b/autohotkey-v1.1/UltimateKEYS.ahk index 0ed138c..3778c56 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 @@ -459,6 +461,8 @@ cmpTilde.item["e"] := "{u+1ebd}" ; (ẽ) e with tilde cmpTilde.item["E"] := "{u+1ebc}" ; (Ẽ) E with tilde cmpTilde.item["i"] := "{u+0129}" ; (ĩ) i with tilde cmpTilde.item["I"] := "{u+0128}" ; (Ĩ) I with tilde +cmpTilde.item["l"] := "{u+026b}" ; (ɫ) l with middle tilde +cmpTilde.item["L"] := "{u+2c62}" ; (Ɫ) L with middle tilde cmpTilde.item["n"] := "{u+00f1}" ; (ñ) n with tilde cmpTilde.item["N"] := "{u+00d1}" ; (Ñ) N with tilde cmpTilde.item["o"] := "{u+00f5}" ; (õ) o with tilde