From dd2ac65ce96e95ca71553b8b22a69c08e1c7e92b Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Fri, 8 Sep 2023 09:50:18 +0200 Subject: [PATCH] Add files via upload An unneeded space has been removed, same functionality. --- linux-xcompose/.XCompose | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-xcompose/.XCompose b/linux-xcompose/.XCompose index d45e104..746bd66 100644 --- a/linux-xcompose/.XCompose +++ b/linux-xcompose/.XCompose @@ -1,6 +1,6 @@ include "%L" -# UltimateKEYS - 2023-09-05 (~/.XCompose) +# UltimateKEYS - 2023-09-08 (~/.XCompose) # Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -718,7 +718,7 @@ include "%L" <0> : "​" U200B # zero-width space (ZWSP) : " " U205F # medium mathematical space (MMSP) : " " U202F # narrow no-break space (NNBSP) - : " " U00A0 # non-breaking space (NBSP) + : " " U00A0 # non-breaking space (NBSP) <2> : "–" U2013 # en dash <3> : "—" U2014 # em dash <4> : "―" U2015 # horizontal bar @@ -959,6 +959,7 @@ include "%L" : "„" U201E # double low-9 quotation mark : "‚" U201A # single low-9 quotation mark : "‚" U201A # single low-9 quotation mark + : "‚" U201A # single low-9 quotation mark : "“" U201C # left double quotation mark : "“" U201C # left double quotation mark : "”" U201D # right double quotation mark -- 2.47.3