summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-02-17 16:20:26 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-02-21 23:34:06 +0000
commit6c1b60f58b9fc3a9d28ba68d9a53c7061f2e6aec (patch)
treecf249c8f881ddcbc898ed31e1ccfe114cb0ac5ab
parentc9e056e916350dc7409b56cdf29fa78c2932f47d (diff)
downloadxkeyboard-config-6c1b60f58b9fc3a9d28ba68d9a53c7061f2e6aec.tar.gz
symbols/in: fix unrecognized keysyms
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 <ran234@gmail.com>
-rw-r--r--symbols/in4
1 files 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 <AE08> { [ U0A6e ] };
key <AE09> { [ U0A6F, parenleft ] };
key <AE10> { [ U0A66, parenright ] };
- key <AE11> { [ gur_visarga ] };
+ key <AE11> { [ U0A03 ] };
key <AE12> { [ equal, plus ] };
// Mainly long vowels
@@ -1638,7 +1638,7 @@ xkb_symbols "hin-wx" {
key <AB01> { [ 0x1000901, 0x100093C, 0x100093D, 0x1000950] };
key <AB02> { [ 0x1000926, 0x1000927 ] };
key <AB03> { [ 0x100091A, 0x100091B ] };
- key <AB04> { [ 0x1000935, dead_V ] };
+ key <AB04> { [ 0x1000935 ] };
key <AB05> { [ 0x100092C, 0x100092D ] };
key <AB06> { [ 0x1000928, 0x1000923 ] };
key <AB07> { [ 0x100092E, 0x1000902 ] };