From: Pieter Degroote Date: Sun, 8 Mar 2020 22:33:36 +0000 (+0100) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/dadb0db5673a72f6cdf487f90f95aaec54fe4054?hp=93b83347767df28f98419a1607375138329eaad5 Add files via upload --- diff --git a/UltimateKEYS - 2020-03-08.ahk b/UltimateKEYS - 2020-03-08.ahk index 536f4d2..29cdc84 100644 --- a/UltimateKEYS - 2020-03-08.ahk +++ b/UltimateKEYS - 2020-03-08.ahk @@ -433,6 +433,7 @@ dkGraveAccent.item("7") := " " ; en quad dkGraveAccent.item("8") := " " ; em quad dkGraveAccent.item("9") := " " ; figure space dkGraveAccent.item("0") := "​" ; zero-width space +dkGraveAccent.item("-") := " " ; non-breaking space dkGraveAccent.item("``") := "``" ; grave accent dkGraveAccent.item(" ") := "``" ; grave accent @@ -1187,5 +1188,5 @@ return Send % dkMathSymbols.item(key) return ->!space::Send   ; no-break space ->!+space::Send   ; no-break space +>!space::Send   ; non-breaking space +>!+space::Send   ; non-breaking space diff --git a/UltimateKEYS - 2020-03-08.klc b/UltimateKEYS - 2020-03-08.klc index 2418702..be78bbc 100644 Binary files a/UltimateKEYS - 2020-03-08.klc and b/UltimateKEYS - 2020-03-08.klc differ