From c5243c577686aff0f4225940fdca8784ae65184c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 26 Jun 2024 23:07:23 +0200 Subject: xkb: Add mapping for ‘×’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 1 + 1 file changed, 1 insertion(+) (limited to '.xkb') diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 3d07716..6c5ad1b 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -28,6 +28,7 @@ xkb_symbols "basic" { key { [ semicolon, colon, leftsinglequotemark, leftdoublequotemark ] }; key { [ apostrophe, quotedbl, rightsinglequotemark, rightdoublequotemark ] }; + key { [ x, X, U00D7 ] }; // × key { [ c, C, cent ] }; key { [ comma, less, rightsinglequotemark ] }; key { [ period, greater, ellipsis ] }; -- cgit v1.2.3