Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13341 - Keyboard layout switcher in gnome
Summary: Keyboard layout switcher in gnome
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-05 23:25 UTC by Denis Yeldandi
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Yeldandi 2003-01-05 23:25:09 UTC
I added gkb applet to a gnome panel, added Russian to the list. When I switch a
layout indicator changes, but I still type in English.
Comment 1 foser (RETIRED) gentoo-dev 2003-01-14 10:20:17 UTC
Well, if i switch to one of the four (didnt test them all) russian maps i get
cyrillic chars (i suppose), but not with all of em. I just don't know much about
locales,keymaps,etc. so you're pretty much on your own here. I can only say that
it seems to work for me.
Comment 2 Markus Bertheau (RETIRED) gentoo-dev 2003-01-14 12:14:59 UTC
Hold down AltGr, that gives you russian characters. Or use the plain russian
map, that gives you russian characters for free. Better yet, configure XFree to
switch keyboard layouts with altgr or both shift keys. 

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver    "keyboard"
    Option    "CoreKeyboard"
    Option    "XkbRules"   "xfree86"
    Option    "XkbModel"    "pc101"
    Option    "XkbLayout"   "ru"
    Option    "XkbOptions"  "grp:shift_toggle"
EndSection

shift_toggle, toggling register with two shifts. If you insert line
XkbOptions "grp:toggle", than Right Alt will toggle register, if
you insert XkbOptions "grp:caps_toggle", register will be togled by CapsLock. 

from http://people.debian.org/~nidd/CXref.html