From c02173622bad57f335e2e4d0b5194c9c86c48fc6 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sun, 24 Nov 2024 21:02:18 +0100 Subject: [PATCH] Add files via upload Some minor technical changes, same functionality. --- linux-xkb/custom | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/linux-xkb/custom b/linux-xkb/custom index eb87548..e99217a 100644 --- a/linux-xkb/custom +++ b/linux-xkb/custom @@ -1,4 +1,4 @@ -// UltimateKEYS (/usr/share/X11/xkb/symbols/custom) +// UltimateKEYS Keyboard Layout // Website : https://pieter-degroote.github.io/UltimateKEYS/ @@ -10,7 +10,7 @@ default partial alphanumeric_keys modifier_keys xkb_symbols "basic" { - name[Group1] = "UltimateKEYS"; + name[Group1] = "English (US, UltimateKEYS)"; key { [ z, Z, aacute, Aacute ] }; key { [ x, X, agrave, Agrave ] }; @@ -23,7 +23,7 @@ xkb_symbols "basic" { key { [ period, greater, ograve, Ograve ] }; key { [ slash, question, questiondown, enfilledcircbullet ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; - key { [ s, S, ssharp, U1E9E ] }; + key { [ s, S, ssharp, U1E9E ] }; // ẞ key { [ d, D, acircumflex, Acircumflex ] }; key { [ f, F, eacute, Eacute ] }; key { [ g, G, egrave, Egrave ] }; @@ -32,7 +32,7 @@ xkb_symbols "basic" { key { [ k, K, oe, OE ] }; key { [ l, L, oslash, Ooblique ] }; key { [ semicolon, colon, degree, periodcentered ] }; - key { [ apostrophe, quotedbl, U266A, U266B ] }; + key { [ apostrophe, quotedbl, U266A, U266B ] }; // ♪ ♫ key { [ q, Q, ae, AE ] }; key { [ w, W, aring, Aring ] }; key { [ e, E, ediaeresis, Ediaeresis ] }; @@ -43,11 +43,11 @@ xkb_symbols "basic" { key { [ i, I, idiaeresis, Idiaeresis ] }; key { [ o, O, odiaeresis, Odiaeresis ] }; key { [ p, P, ocircumflex, Ocircumflex ] }; - key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; - key { [ bracketright, braceright, guillemotright, U203A ] }; + key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; // ‹ + key { [ bracketright, braceright, guillemotright, U203A ] }; // › key { [ 1, exclam, exclamdown, onesuperior ] }; - key { [ 2, at, U2264, twosuperior ] }; - key { [ 3, numbersign, U2265, threesuperior ] }; + key { [ 2, at, U2264, twosuperior ] }; // ≤ + key { [ 3, numbersign, U2265, threesuperior ] }; // ≥ key { [ 4, dollar, sterling, yen ] }; key { [ 5, percent, EuroSign, cent ] }; key { [ 6, asciicircum, atilde, Atilde ] }; @@ -61,7 +61,7 @@ xkb_symbols "basic" { key { [ backslash, bar, Multi_key, Multi_key ] }; key { [ space, space, nobreakspace, nobreakspace ] }; key { [ grave, asciitilde, Multi_key, Multi_key ] }; - key { [ KP_Delete, KP_Decimal ] }; +// include "kpdl(dot)" // (default: dot on keypad) include "level3(ralt_switch)" }; -- 2.47.3