Bug#328164: Impossible to use RALT to switch to bg
Package: xlibs
Version: 6.8.2.dfsg.1-7
Severity: minor
Tags: patch
The attached patch is a workaround that nearly all Bulgarian users
were applying since about an year and a half. It is an annoying bug,
which prevents the usage of Right Alt for keymap switching (the
default setting). The current behaviour is that by pressing RALT once
the keymap (ISO_Next_Group) switches to bg, but no further events
follow, e.g. the user cannot switch back to the default.
If in doubt, please contact Anton Zinoviev <zinoviev@debian.org>.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
--- xc/programs/xkbcomp/symbols/pc/bg.orig 2005-09-14 01:39:02.000000000 +0300
+++ xc/programs/xkbcomp/symbols/pc/bg 2005-09-14 01:39:53.000000000 +0300
@@ -74,7 +74,7 @@
// End alphanumeric section
- key <RALT> { [ Alt_R, Meta_R ] };
+// key <RALT> { [ Alt_R, Meta_R ] };
};
@@ -136,6 +136,6 @@
// End alphanumeric section
- key <RALT> { [ Alt_R, Meta_R ] };
+// key <RALT> { [ Alt_R, Meta_R ] };
};
Reply to: