From a345bfa335540d88bb3dfd60c8e596629734970c Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Wed, 21 Jul 2021 00:20:05 +0200 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A small error has been fixed (× and ÷ now have their places too on the 'math symbols' dead key). --- msklc/UltimateKEYS SW.klc | 2 ++ msklc/UltimateKEYS.klc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/msklc/UltimateKEYS SW.klc b/msklc/UltimateKEYS SW.klc index 0353984..255c9e5 100644 --- a/msklc/UltimateKEYS SW.klc +++ b/msklc/UltimateKEYS SW.klc @@ -927,6 +927,8 @@ DEADKEY 0020 // Dead Key : Math Symbols 003e 2265 // > -> ≥ greater-than or equal to 002d 2296 // - -> ⊖ circled minus 005f 2298 // _ -> ⊘ circled division slash +003d 00d7 // = -> × multiplication sign +002b 00f7 // + -> ÷ division sign 00f5 2261 // õ -> ≡ identical to 00d5 2262 // Õ -> ≢ not identical to 003b 2235 // ; -> ∵ because sign diff --git a/msklc/UltimateKEYS.klc b/msklc/UltimateKEYS.klc index 3e46dc7..e102a69 100644 --- a/msklc/UltimateKEYS.klc +++ b/msklc/UltimateKEYS.klc @@ -927,6 +927,8 @@ DEADKEY 0020 // Dead Key : Math Symbols 003e 2265 // > -> ≥ greater-than or equal to 002d 2296 // - -> ⊖ circled minus 005f 2298 // _ -> ⊘ circled division slash +003d 00d7 // = -> × multiplication sign +002b 00f7 // + -> ÷ division sign 00f5 2261 // õ -> ≡ identical to 00d5 2262 // Õ -> ≢ not identical to 003b 2235 // ; -> ∵ because sign -- 2.47.3