Mailinglist Archive: opensuse-bugs (9423 mails)
| < Previous | Next > |
[Bug 366362] New: X. org xkb Latvian layout bug - accented characters in some cases not working
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sat, 1 Mar 2008 04:21:27 -0700 (MST)
- Message-id: <bug-366362-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=366362
Summary: X.org xkb Latvian layout bug - accented characters in
some cases not working
Product: openSUSE 10.3
Version: Final
Platform: All
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: sndirsch@xxxxxxxxxx
ReportedBy: arnivoit@xxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
Found By: ---
Created an attachment (id=198015)
--> (https://bugzilla.novell.com/attachment.cgi?id=198015)
A patch to fix the problem
Bug description and solution:
In some cases it was not possible to write Latvian accented characters. For
example, when saving html pages from Firefox, it was not possible to enter
accented characters in filename, or to make
a new folder (from Firefox save menu) with accented Latvian characters. It was
also not possible to enter accented characters in Inkscape. Combinations like
Ctrl+Alt+F1 was not working, eather.
Solution (a very simple one). Problem was with RALT modifier key. I replaced
this with include from level3 file:
include "level3(ralt_switch)"
This part of file gets included:
default partial modifier_keys
xkb_symbols "ralt_switch" {
key <RALT> {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
modifier_map Mod5 { ISO_Level3_Shift };
};
After the fix it is possible to enter latvian accented characters also
in Inkscape and all other mentioned places, combinations like
Ctrl+Alt+F1 are working as well.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: X.org xkb Latvian layout bug - accented characters in
some cases not working
Product: openSUSE 10.3
Version: Final
Platform: All
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: sndirsch@xxxxxxxxxx
ReportedBy: arnivoit@xxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
Found By: ---
Created an attachment (id=198015)
--> (https://bugzilla.novell.com/attachment.cgi?id=198015)
A patch to fix the problem
Bug description and solution:
In some cases it was not possible to write Latvian accented characters. For
example, when saving html pages from Firefox, it was not possible to enter
accented characters in filename, or to make
a new folder (from Firefox save menu) with accented Latvian characters. It was
also not possible to enter accented characters in Inkscape. Combinations like
Ctrl+Alt+F1 was not working, eather.
Solution (a very simple one). Problem was with RALT modifier key. I replaced
this with include from level3 file:
include "level3(ralt_switch)"
This part of file gets included:
default partial modifier_keys
xkb_symbols "ralt_switch" {
key <RALT> {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
modifier_map Mod5 { ISO_Level3_Shift };
};
After the fix it is possible to enter latvian accented characters also
in Inkscape and all other mentioned places, combinations like
Ctrl+Alt+F1 are working as well.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |