From 10a439df1eecc6dbdcf2e9c22f93e01caf9d7e1e Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Wed, 24 Jul 2019 20:21:52 +0200 Subject: [PATCH] Add files via upload The ring above (stand-alone character) has been removed and the dot above (stand-alone character) has come to that place instead. This change was done to avoid confusion with the degree sign (and the masculine ordinal indicator). (It turns out that the stand-alone version of the ring above is almost never used.) --- UltimateKEYS - 2019-07-24.ahk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UltimateKEYS - 2019-07-24.ahk b/UltimateKEYS - 2019-07-24.ahk index c0cc48f..ed13a09 100644 --- a/UltimateKEYS - 2019-07-24.ahk +++ b/UltimateKEYS - 2019-07-24.ahk @@ -122,8 +122,7 @@ dkRingDotAbove.item("ÿ") := "ẏ" ; y with dot above dkRingDotAbove.item("Ÿ") := "Ẏ" ; Y with dot above dkRingDotAbove.item("z") := "ż" ; z with dot above dkRingDotAbove.item("Z") := "Ż" ; Z with dot above -dkRingDotAbove.item(".") := "˙" ; dot above -dkRingDotAbove.item(" ") := "˚" ; ring above +dkRingDotAbove.item(" ") := "˙" ; dot above dkMacron := ComObjCreate("Scripting.Dictionary") -- 2.47.3