From c2327aa029591bd54d5aa81b038530d0e7092c25 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Mon, 22 Nov 2021 23:04:50 +0100 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Alternate forms of 'less-than or equal to' (⩽) and 'greater-than or equal to' (⩾) have been added. Some minor changes have been made to the heading comments (reference to website). --- msklc/UltimateKEYS SW.klc | 12 ++++++++---- msklc/UltimateKEYS.klc | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/msklc/UltimateKEYS SW.klc b/msklc/UltimateKEYS SW.klc index 109eeb6..8ca5d28 100644 --- a/msklc/UltimateKEYS SW.klc +++ b/msklc/UltimateKEYS SW.klc @@ -1,10 +1,10 @@ -KBD ultksw "UltimateKEYS SW - 2021-11-18" +KBD ultksw "UltimateKEYS SW - 2021-11-22" -COPYRIGHT "License: GNU General Public License Version 3" +COPYRIGHT "GNU General Public License Version 3" -COMPANY "Created by: Pieter Degroote" +COMPANY "github.com/pieter-degroote/UltimateKEYS" -// GitHub : https://github.com/pieter-degroote/UltimateKEYS +// Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) LOCALENAME "en-US" @@ -934,6 +934,10 @@ DEADKEY 0020 // Dead Key : Math Symbols 002f 2298 // / -> ⊘ circled division slash 003d 225d // = -> ≝ equal to by definition 002b 2295 // + -> ⊕ circled plus +00f2 2a7d // ò -> ⩽ less-than or slanted equal to +00d2 2a7d // Ò -> ⩽ less-than or slanted equal to +00f3 2a7e // ó -> ⩾ greater-than or slanted equal to +00d3 2a7e // Ó -> ⩾ greater-than or slanted equal to 00f5 2261 // õ -> ≡ identical to 00d5 2262 // Õ -> ≢ not identical to 003b 2235 // ; -> ∵ because sign diff --git a/msklc/UltimateKEYS.klc b/msklc/UltimateKEYS.klc index 2ea6bc5..f6a479d 100644 --- a/msklc/UltimateKEYS.klc +++ b/msklc/UltimateKEYS.klc @@ -1,10 +1,10 @@ -KBD ultkeys "UltimateKEYS - 2021-11-18" +KBD ultkeys "UltimateKEYS - 2021-11-22" -COPYRIGHT "License: GNU General Public License Version 3" +COPYRIGHT "GNU General Public License Version 3" -COMPANY "Created by: Pieter Degroote" +COMPANY "github.com/pieter-degroote/UltimateKEYS" -// GitHub : https://github.com/pieter-degroote/UltimateKEYS +// Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) LOCALENAME "en-US" @@ -934,6 +934,10 @@ DEADKEY 0020 // Dead Key : Math Symbols 002f 2298 // / -> ⊘ circled division slash 003d 225d // = -> ≝ equal to by definition 002b 2295 // + -> ⊕ circled plus +00f2 2a7d // ò -> ⩽ less-than or slanted equal to +00d2 2a7d // Ò -> ⩽ less-than or slanted equal to +00f3 2a7e // ó -> ⩾ greater-than or slanted equal to +00d3 2a7e // Ó -> ⩾ greater-than or slanted equal to 00f5 2261 // õ -> ≡ identical to 00d5 2262 // Õ -> ≢ not identical to 003b 2235 // ; -> ∵ because sign -- 2.47.3