From: Pieter Degroote Date: Sat, 30 May 2020 12:44:45 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/a7493e9590b627000b888c8746168700e4f9bfa0?ds=sidebyside Add files via upload The symbols 'identical to' (≡) and 'not identical to' (≢) have been added. --- diff --git a/UltimateKEYS - 2020-05-30.ahk b/UltimateKEYS - 2020-05-30.ahk index 2f63c4e..610d7c0 100644 --- a/UltimateKEYS - 2020-05-30.ahk +++ b/UltimateKEYS - 2020-05-30.ahk @@ -826,6 +826,8 @@ dkMathSymbols.item["-"] := "{u+00b1}" ; (±) plus-minus sign dkMathSymbols.item["_"] := "{u+2296}" ; (⊖) circled minus dkMathSymbols.item["="] := "{u+225d}" ; (≝) equal to by definition dkMathSymbols.item["+"] := "{u+2295}" ; (⊕) exclusive or +dkMathSymbols.item[chr(0x00d7)] := "{u+2261}" ; (× -> ≡) identical to +dkMathSymbols.item[chr(0x00f7)] := "{u+2262}" ; (÷ -> ≢) not identical to dkMathSymbols.item[";"] := "{u+2235}" ; (∵) because sign dkMathSymbols.item[":"] := "{u+2234}" ; (∴) therefore sign dkMathSymbols.item["'"] := "{u+2032}" ; (′) prime diff --git a/UltimateKEYS SW - 2020-05-30.ahk b/UltimateKEYS SW - 2020-05-30.ahk index 14d1c0a..7970960 100644 --- a/UltimateKEYS SW - 2020-05-30.ahk +++ b/UltimateKEYS SW - 2020-05-30.ahk @@ -863,6 +863,8 @@ dkMathSymbols.item["-"] := "{u+00b1}" ; (±) plus-minus sign dkMathSymbols.item["_"] := "{u+2296}" ; (⊖) circled minus dkMathSymbols.item["="] := "{u+225d}" ; (≝) equal to by definition dkMathSymbols.item["+"] := "{u+2295}" ; (⊕) exclusive or +dkMathSymbols.item[chr(0x00d7)] := "{u+2261}" ; (× -> ≡) identical to +dkMathSymbols.item[chr(0x00f7)] := "{u+2262}" ; (÷ -> ≢) not identical to dkMathSymbols.item[";"] := "{u+2235}" ; (∵) because sign dkMathSymbols.item[":"] := "{u+2234}" ; (∴) therefore sign dkMathSymbols.item["'"] := "{u+2032}" ; (′) prime