From e0effcb47103e4cdecf558228a6116cd3dffaf61 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Aug 2024 20:07:13 +0200 Subject: xkb: Add ′/″/×/⋅ to my keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to '.xkb/symbols/mango') diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index ba88226..0069927 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -4,31 +4,32 @@ xkb_symbols "basic" { include "us(basic)" name[Group1] = "Mango"; - key { [ grave, tilde, U2032, U2033 ] }; // ′ and ″ - key { [ exclam, 1, exclam, 1 ] }; - key { [ at, 2, at, 2 ] }; - key { [ numbersign, 3, numbersign, 3 ] }; - key { [ EuroSign, 4, dollar, 4 ] }; + key { [ grave, tilde, minutes, seconds ] }; + key { [ exclam, 1, exclam, 1 ] }; + key { [ at, 2, at, 2 ] }; + key { [ numbersign, 3, numbersign, 3 ] }; + key { [ EuroSign, 4, dollar, 4 ] }; key { [ dollar, 4, EuroSign, EuroSign ] }; - key { [ percent, 5, dollar, 5 ] }; - key { [ asciicircum, 6, asciicircum, 6 ] }; - key { [ ampersand, 7, ampersand, 7 ] }; - key { [ asterisk, 8, asterisk, 8 ] }; - key { [ parenleft, 9, parenleft, 9 ] }; - key { [ parenright, 0, parenright, 0 ] }; - key { [ minus, underscore, endash, emdash ] }; - - key { [ e, E, eacute, Eacute ] }; - key { [ u, U, udiaeresis, Udiaeresis ] }; - key { [ i, I, U0133, U0132 ] }; // ij and IJ - key { [ o, O, odiaeresis, Odiaeresis ] }; + key { [ percent, 5, dollar, 5 ] }; + key { [ asciicircum, 6, asciicircum, 6 ] }; + key { [ ampersand, 7, logicaland, 7 ] }; + key { [ asterisk, 8, U22C5, 8 ] }; // ⋅ + key { [ parenleft, 9, parenleft, 9 ] }; + key { [ parenright, 0, parenright, 0 ] }; + key { [ minus, underscore, endash, emdash ] }; + + key { [ e, E, eacute, Eacute ] }; + key { [ u, U, udiaeresis, Udiaeresis ] }; + key { [ i, I, U0133, U0132 ] }; // ij and IJ + key { [ o, O, odiaeresis, Odiaeresis ] }; + key { [ backslash, bar, logicalor, bar ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; key { [ s, S, ssharp, U1E9E ] }; // ẞ key { [ semicolon, colon, leftsinglequotemark, leftdoublequotemark ] }; key { [ apostrophe, quotedbl, rightsinglequotemark, rightdoublequotemark ] }; - key { [ x, X, U00D7 ] }; // × + key { [ x, X, multiply ] }; key { [ c, C, cent ] }; key { [ comma, less, rightsinglequotemark ] }; key { [ period, greater, ellipsis ] }; -- cgit v1.2.3