From 6c1b60f58b9fc3a9d28ba68d9a53c7061f2e6aec Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 17 Feb 2014 16:20:26 +0200 Subject: symbols/in: fix unrecognized keysyms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no keysym similar to "gur_visarga". Changed according to http://en.wikipedia.org/wiki/Gurmukhī_alphabet#Visarg : The visarg symbol (ਃ U+0A03) is used very occasionally in Gurmukhi. It can either represent an abbreviation (like period is used in English) or it can act like a Sanskrit Visarga where a voiceless ‘h’ sound is pronounced after the vowel. xkbcommon: WARNING: in:1395:42: unrecognized keysym There is not "dead_V" keysym and I haven't managed to find what it ought to be, see: https://bugs.freedesktop.org/show_bug.cgi?id=19753 Since it has no effect, let's remove it and let the keymap author in the bug add something useful if desired. xkbcommon: WARNING: in:1641:46: unrecognized keysym Signed-off-by: Ran Benita --- symbols/in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symbols/in b/symbols/in index ce03cc8..04c35a2 100644 --- a/symbols/in +++ b/symbols/in @@ -1392,7 +1392,7 @@ xkb_symbols "guru" { key { [ U0A6e ] }; key { [ U0A6F, parenleft ] }; key { [ U0A66, parenright ] }; - key { [ gur_visarga ] }; + key { [ U0A03 ] }; key { [ equal, plus ] }; // Mainly long vowels @@ -1638,7 +1638,7 @@ xkb_symbols "hin-wx" { key { [ 0x1000901, 0x100093C, 0x100093D, 0x1000950] }; key { [ 0x1000926, 0x1000927 ] }; key { [ 0x100091A, 0x100091B ] }; - key { [ 0x1000935, dead_V ] }; + key { [ 0x1000935 ] }; key { [ 0x100092C, 0x100092D ] }; key { [ 0x1000928, 0x1000923 ] }; key { [ 0x100092E, 0x1000902 ] }; -- cgit v1.2.1