From 29dffd82af2a8777ace47c5bda4ae706ce9cb9b8 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Fri, 24 Aug 2012 11:08:13 +0300 Subject: [PATCH] Use recently added mnemonic symbols in symbols/fi These mnemonic symbols are available with xproto-7.0.23 + libX11-1.5.0. https://bugs.freedesktop.org/show_bug.cgi?id=53995 --- symbols/fi | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/symbols/fi b/symbols/fi index d2c43fb..fc5a0a2 100644 --- a/symbols/fi +++ b/symbols/fi @@ -6,14 +6,6 @@ // Eliminate deadkeys alternative sent by Linus Torvalds // -// -// Missing from X11/keysymdef.h as of 2010-05-13 -// -// U2030 # PER MILLE SIGN -// U0292 # LATIN SMALL LETTER EZH -// U01B7 # LATIN CAPITAL LETTER EZH -// - partial alphanumeric_keys default xkb_symbols "kotoistus" { @@ -21,7 +13,7 @@ xkb_symbols "kotoistus" { // // This keymap implements all the functionality of Annex 1 // of the standard and additionally defines the following to - // allow entering these characters with keyboars without LSGT. + // allow entering these characters with keyboards without LSGT. // // AE08+4, U+003C : LESS-THAN SIGN (less) // AE09+4, U+003E : GREATER-THAN SIGN (greater) @@ -36,7 +28,7 @@ xkb_symbols "kotoistus" { key { [ 2, quotedbl, at, rightdoublequotemark ] }; key { [ 3, numbersign, sterling, guillemotright ] }; key { [ 4, currency, dollar, guillemotleft ] }; - key { [ 5, percent, U2030, leftdoublequotemark ] }; + key { [ 5, percent, permille, leftdoublequotemark ] }; key { [ 6, ampersand, singlelowquotemark, doublelowquotemark ] }; key { [ 7, slash, braceleft, NoSymbol ] }; key { [ 8, parenleft, bracketleft, less ] }; @@ -72,7 +64,7 @@ xkb_symbols "kotoistus" { key { [ apostrophe, asterisk, dead_caron, dead_breve ] }; key { [ less, greater, bar, NoSymbol ] }; - key { [ z, Z, U0292, U01B7 ] }; + key { [ z, Z, ezh, EZH ] }; key { [ x, X, multiply, periodcentered ] }; key { [ c, C, c, C ] }; key { [ v, V, v, V ] }; -- 2.32.0.93.g670b81a890