From 93740b38c81e4d824652c8013133e4ed390ceb45 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sun, 8 Dec 2024 22:43:38 +0100 Subject: [PATCH 1/1] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Compose Key: Small change to the math symbols: the 'dot operator' (⋅) has been added instead of the 'circled dot operator' (⊙) (the 'bullet operator' has been removed to avoid unneeded complexity/ambiguity). --- linux-xcompose/.XCompose | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/linux-xcompose/.XCompose b/linux-xcompose/.XCompose index 1363ba7..dd9eac3 100644 --- a/linux-xcompose/.XCompose +++ b/linux-xcompose/.XCompose @@ -1,6 +1,6 @@ include "%L" -# UltimateKEYS - 2024-11-20 (~/.XCompose) +# UltimateKEYS Compose Key Sequences - 2024-11-30 # Website : https://pieter-degroote.github.io/UltimateKEYS/ @@ -9,9 +9,6 @@ include "%L" # License : GNU General Public License Version 3 -# Compose Key Sequences for UltimateKEYS - - # Acute Accent : "á" U00E1 # a with acute @@ -961,13 +958,12 @@ include "%L" <6> : "∠" U2220 # angle symbol <9> : "∟" U221F # right angle <0> : "∡" U2221 # measured angle - : "∙" U2219 # bullet operator + : "⋅" U22C5 # dot operator + : "≝" U225D # equal to by definition : "⊕" U2295 # circled plus : "⊖" U2296 # circled minus : "⊗" U2297 # circled times : "⊘" U2298 # circled division slash - : "⊙" U2299 # circled dot operator - : "≝" U225D # equal to by definition : "∵" U2235 # because sign : "∴" U2234 # therefore sign : "∧" U2227 # logical and -- 2.47.3