From: Pieter Degroote Date: Wed, 24 Jul 2019 18:21:52 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/10a439df1eecc6dbdcf2e9c22f93e01caf9d7e1e?hp=50c988b50359f8957e8d5336586f84af6fe98809 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.) --- 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")