diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:07:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:07:13 +0200 |
commit | e0effcb47103e4cdecf558228a6116cd3dffaf61 (patch) | |
tree | 00ace9b748f3d4d51eee3539662576a933973068 | |
parent | f1251842d88b51e557d9260727f87051639122e1 (diff) |
xkb: Add ′/″/×/⋅ to my keyboard
-rw-r--r-- | .xkb/symbols/mango | 37 |
1 files changed, 19 insertions, 18 deletions
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 <TLDE> { [ grave, tilde, U2032, U2033 ] }; // ′ and ″ - key <AE01> { [ exclam, 1, exclam, 1 ] }; - key <AE02> { [ at, 2, at, 2 ] }; - key <AE03> { [ numbersign, 3, numbersign, 3 ] }; - key <AE04> { [ EuroSign, 4, dollar, 4 ] }; + key <TLDE> { [ grave, tilde, minutes, seconds ] }; + key <AE01> { [ exclam, 1, exclam, 1 ] }; + key <AE02> { [ at, 2, at, 2 ] }; + key <AE03> { [ numbersign, 3, numbersign, 3 ] }; + key <AE04> { [ EuroSign, 4, dollar, 4 ] }; key <AE04> { [ dollar, 4, EuroSign, EuroSign ] }; - key <AE05> { [ percent, 5, dollar, 5 ] }; - key <AE06> { [ asciicircum, 6, asciicircum, 6 ] }; - key <AE07> { [ ampersand, 7, ampersand, 7 ] }; - key <AE08> { [ asterisk, 8, asterisk, 8 ] }; - key <AE09> { [ parenleft, 9, parenleft, 9 ] }; - key <AE10> { [ parenright, 0, parenright, 0 ] }; - key <AE11> { [ minus, underscore, endash, emdash ] }; - - key <AD03> { [ e, E, eacute, Eacute ] }; - key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; - key <AD08> { [ i, I, U0133, U0132 ] }; // ij and IJ - key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; + key <AE05> { [ percent, 5, dollar, 5 ] }; + key <AE06> { [ asciicircum, 6, asciicircum, 6 ] }; + key <AE07> { [ ampersand, 7, logicaland, 7 ] }; + key <AE08> { [ asterisk, 8, U22C5, 8 ] }; // ⋅ + key <AE09> { [ parenleft, 9, parenleft, 9 ] }; + key <AE10> { [ parenright, 0, parenright, 0 ] }; + key <AE11> { [ minus, underscore, endash, emdash ] }; + + key <AD03> { [ e, E, eacute, Eacute ] }; + key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; + key <AD08> { [ i, I, U0133, U0132 ] }; // ij and IJ + key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; + key <BKSL> { [ backslash, bar, logicalor, bar ] }; key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; key <AC02> { [ s, S, ssharp, U1E9E ] }; // ẞ key <AC10> { [ semicolon, colon, leftsinglequotemark, leftdoublequotemark ] }; key <AC11> { [ apostrophe, quotedbl, rightsinglequotemark, rightdoublequotemark ] }; - key <AB02> { [ x, X, U00D7 ] }; // × + key <AB02> { [ x, X, multiply ] }; key <AB03> { [ c, C, cent ] }; key <AB08> { [ comma, less, rightsinglequotemark ] }; key <AB09> { [ period, greater, ellipsis ] }; |