|
Bugzilla – Full Text Bug Listing |
| Summary: | Please revert behaviour of non-English keyboard layouts | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Forgotten User bwNirt9brK <forgotten_bwNirt9brK> |
| Component: | X.Org | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User bwNirt9brK
2005-10-05 01:11:54 UTC
I'm sure this will be possible with the new keyboard system as well. Could you
try something like this?
setxkbmap -layout us,us,in,in \
-variant basic,intl,tam,deva \
-option grp:shift_toggle -v
Toggle between the different keyboard layouts with LShift-RShift.
In /etc/X11/xorg.conf, this would look like this:
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us,us,in,in"
Option "XkbModel" "pc105"
Option "XkbRules" "xfree86"
Option "XkbVariant" "basic,intl,tam,deva"
Option "XkbOptions" "grp:shift_toggle"
EndSection
From: Shriramana Sharma <samjnaa@gmail.com> To: sndirsch@suse.de Subject: [Bug 120305] Please revert behaviour of non-English keyboard layouts Date: Wed, 5 Oct 2005 19:19:37 +0530 You wrote: I'm sure this will be possible with the new keyboard system as well. Could you try something like this? setxkbmap -layout us,us,in,in \ -variant basic,intl,tam,deva \ -option grp:shift_toggle -v I ask: Can you please tell me where I am to write this command? In the KDE Control Center? Or in the Konsole? If the latter, I do not deny that it is entirely impossible to use the other keyboards, but just that KDE Control Center should allow me some way to do this. You wrote: In /etc/X11/xorg.conf, this would look like this: Section "InputDevice" Driver "kbd" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us,us,in,in" Option "XkbModel" "pc105" Option "XkbRules" "xfree86" Option "XkbVariant" "basic,intl,tam,deva" Option "XkbOptions" "grp:shift_toggle" EndSection I ask: Are you saying that I should edit the /etc/X1/xorg.conf file to look like this? Pardon my ignorance. I am relatively new to Linux. SS. > I ask: > Can you please tell me where I am to write this command? In the KDE Control > Center? Or in the Konsole? If the latter, I do not deny that it is entirely > impossible to use the other keyboards, but just that KDE Control Center > should allow me some way to do this. konsole :-) > I ask: > Are you saying that I should edit the /etc/X11/xorg.conf file to look like > this? Correct. |