From 43123dc4d2db0e401cd632d9d163f72b235fa92a Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Fri, 29 Oct 2021 22:02:13 +0200 Subject: [PATCH 1/1] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The capital Eszett (ẞ) has been brought to the main layout (Right Alt + Shift + S). The section sign (§) has moved to 'Right Alt + 3' (plus-minus sign (±) is now on a dead key). --- linux-xkb/ultkeys | 4 ++-- linux-xkb/ultkeys-sw | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-xkb/ultkeys b/linux-xkb/ultkeys index b82ab3d..8167324 100644 --- a/linux-xkb/ultkeys +++ b/linux-xkb/ultkeys @@ -23,7 +23,7 @@ xkb_symbols "basic" { key { [ period, greater, oacute, Oacute ] }; key { [ slash, question, questiondown, ellipsis ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; - key { [ s, S, ssharp, section ] }; + key { [ s, S, ssharp, U1E9E ] }; key { [ d, D, acircumflex, Acircumflex ] }; key { [ f, F, egrave, Egrave ] }; key { [ g, G, eacute, Eacute ] }; @@ -47,7 +47,7 @@ xkb_symbols "basic" { key { [ bracketright, braceright, guillemotright, U203A ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, at, copyright, twosuperior ] }; - key { [ 3, numbersign, plusminus, threesuperior ] }; + key { [ 3, numbersign, section, threesuperior ] }; key { [ 4, dollar, sterling, yen ] }; key { [ 5, percent, EuroSign, cent ] }; key { [ 6, asciicircum, dead_circumflex, dead_caron ] }; diff --git a/linux-xkb/ultkeys-sw b/linux-xkb/ultkeys-sw index 58a9789..365646f 100644 --- a/linux-xkb/ultkeys-sw +++ b/linux-xkb/ultkeys-sw @@ -23,7 +23,7 @@ xkb_symbols "basic" { key { [ period, greater, oacute, Oacute ] }; key { [ slash, question, questiondown, ellipsis ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; - key { [ s, S, ssharp, section ] }; + key { [ s, S, ssharp, U1E9E ] }; key { [ d, D, acircumflex, Acircumflex ] }; key { [ f, F, egrave, Egrave ] }; key { [ g, G, eacute, Eacute ] }; @@ -47,7 +47,7 @@ xkb_symbols "basic" { key { [ bracketright, braceright, guillemotright, U203A ] }; key { [ exclam, 1, exclamdown, onesuperior ] }; key { [ at, 2, copyright, twosuperior ] }; - key { [ numbersign, 3, plusminus, threesuperior ] }; + key { [ numbersign, 3, section, threesuperior ] }; key { [ dollar, 4, sterling, yen ] }; key { [ percent, 5, EuroSign, cent ] }; key { [ asciicircum, 6, dead_circumflex, dead_caron ] }; -- 2.47.3