From 196370eaf023df53565d9e33c21ccef704d587dd Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sat, 30 May 2020 14:44:10 +0200 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The symbols 'identical to' (≡) and 'not identical to' (≢) have been added. --- msklc/UltimateKEYS - 2020-05-30.klc | 2 ++ msklc/UltimateKEYS SW - 2020-05-30.klc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/msklc/UltimateKEYS - 2020-05-30.klc b/msklc/UltimateKEYS - 2020-05-30.klc index ebebf9e..55375c2 100644 --- a/msklc/UltimateKEYS - 2020-05-30.klc +++ b/msklc/UltimateKEYS - 2020-05-30.klc @@ -844,6 +844,8 @@ DEADKEY 0020 // Dead Key : Math Symbols 005f 2296 // _ -> ⊖ circled minus 003d 225d // = -> ≝ equal to by definition 002b 2295 // + -> ⊕ exclusive or +00d7 2261 // × -> ≡ identical to +00f7 2262 // ÷ -> ≢ not identical to 003b 2235 // ; -> ∵ because sign 003a 2234 // : -> ∴ therefore sign 0027 2032 // ' -> ′ prime diff --git a/msklc/UltimateKEYS SW - 2020-05-30.klc b/msklc/UltimateKEYS SW - 2020-05-30.klc index eb2a20a..cdbc9db 100644 --- a/msklc/UltimateKEYS SW - 2020-05-30.klc +++ b/msklc/UltimateKEYS SW - 2020-05-30.klc @@ -881,6 +881,8 @@ DEADKEY 0020 // Dead Key : Math Symbols 005f 2296 // _ -> ⊖ circled minus 003d 225d // = -> ≝ equal to by definition 002b 2295 // + -> ⊕ exclusive or +00d7 2261 // × -> ≡ identical to +00f7 2262 // ÷ -> ≢ not identical to 003b 2235 // ; -> ∵ because sign 003a 2234 // : -> ∴ therefore sign 0027 2032 // ' -> ′ prime -- 2.47.3