Keyboard layout switcher Gnome panel

Hi guys,
Am using US altgr-intl as default.
The icon US keyboard pops up everytime I start the system though I removed the layout a couple of times through system->prefs.
It's not a big deal but starts to irritate me.
Anyone an idea how to either disable the popup of the panel icon or remove the US layout permanently ?
Tks

Thanks, did so, like this. Didn't help though.
<!-- If we're using Linux, we use evdev by default (falling back to
           keyboard otherwise). -->
      <merge key="input.xkb.model" type="string">keyboard</merge>
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
             string="Linux">
        <merge key="input.xkb.model" type="string">evdev</merge>
      </match>
      <merge key="input.xkb.layout" type="string">us altgr-intl</merge>
      <merge key="input.xkb.variant" type="string" />

Similar Messages

  • Keyboard layout switching not working

    i use xfce4 and i created /etc/X11/xorg.conf
    Section "InputClass"
        Identifier             "Keyboard Defaults"
        MatchIsKeyboard        "yes"
        Option                 "XkbLayout" "us, ar"
        Option                 "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    but it's not working.
    xfce4 has a program called Keyboard in settings menu, i used it it gives the ability to add another language but it doesnt has a switching capability.

    I don't use keyboard layout switch through xorg.conf because it stops to work sometimes(if i use setxkbmap for example).
    So i am using setxkbmap in .xinitrc.
    setxkbmap -model pc105 \
    -layout "de,ru" \
    -variant "basic,phonetic" \
    -option -option "grp:sclk_toggle, grp_led:scroll, terminate:ctrl_alt_bksp, caps:none"
    and "kbdd" for remembering layout for each window.
    Change it to your needs or check the arch wiki about xorg.conf.d .

  • [SOLVED] Keyboard layout switching

    Hello,
    I have a problem with keyboard layout switching key.
    Just notice it not working anymore...
    here is my key setting in xorg.conf
    Section "InputDevice"
    Identifier "Keyboard"
    Driver "kbd"
    Option "XkbLayout" "us,th"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSectionp
    Last edited by xcession (2008-11-05 13:23:57)

    bender02 wrote:
    xcession wrote:EndSectionp
    extra p?
    Seriously though, it looks fine to me. There's a wiki article http://wiki.archlinux.org/index.php/Con … youts_in_X
    I'd try adding
    Option "XkbRules" "xorg"
    although that could be automatic.
    Oops! it's my typo when posting that post...
    Added Option "XkbRules" "xorg"
    but still doesn't work...:(

  • Keyboard layout switching does not work if I connect a second keyboard

    When I connect an external keyboard (a very ordinary Dell keyboard, no extra keys or something unusual) to my laptop, XFCE keyboard layout switcher disappears from a the and keyboard shortkut meant to switch also does not work. Rebooting with the keyboard initially attached does not help. Any ideas how to fix?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Xfce4 keyboard layout switcher

    I am having a strange issue with setting up xfce4 on my fathers' laptop. Every time I switch the keyboard layout, the x terminal emulator start acting weird:
    [jarda-wien@primator ~]$ whoami
    jarda-wien
    [jarda-wien@primator ~]$ echo hello
    bash: echo hello: command not found
    [jarda-wien@primator ~]$ ping www.google.com
    bash: ping www.google.com: command not found
    [jarda-wien@primator ~]$ echo $PATH
    bash: echo /bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin: No such file or directory
    Before switching the keyboard, everything works fine... As this doesn't happen on virtual terminal, it may be an xorg/xfce issue. What do you make of it?

    ok so I've made a workaround for that... The problem seems to be not only xfce4 related as the same behavior can be seen on yakuake running on xfce4 and every other terminal emulator I have tried, as well as on openbox and all the terminals. Anyway, here's the fix:
    Remove any
    Option "XkbLayout" "us,cz"
    Option "XkbOptions" "grp:alt_shift_toggle"
    and install xbindkeys from extra.
    Next edit and save the following script somewhere:
    #!/bin/bash
    # Put your desired layouts, space separated, between the brackets
    layout=(us de cz)
    # Main code, do not change, unless you know what you're doing
    current=$( setxkbmap -print | grep -o 'pc+[a-zA-Z0-9_-/]*' | sed 's/pc+//' )
    num=${#layout[@]}
    i=0
    for use in ${layout[@]} ; do
    i=$[ i + 1 ]
    if [[ $current = $use ]] ; then
    if [[ $i -eq $num ]] ; then
    setxkbmap ${layout[0]}
    break
    else
    setxkbmap ${layout[$i]}
    break
    fi
    fi
    done
    exit $?
    Make the script executable and try it! It should cycle through the specified layouts. The next step is to map the script to a keyboard shortcut in .xbindkeysrc (look up how in the wiki...)
    Everything works now, even after switching the layout!!!

  • Windows is forgetting shortcuts designated for keyboard layout switching after waking up from sleep

    I have a configuration of Ctrl+1,2,3,4,5 shortcuts for switching keyboard layouts on Windows 8.1. Once I boot up my laptop they work just fine and the layouts shortcuts setup window looks like this if I open it:However now when I close my laptop, putting it into sleep mode, and then open it again, the keyboard shortcuts stop working and if I open the aforementioned setup window, it also looks as if I have none configured: To get my shortcuts back after sleep mode I have either to reboot the laptop, or assign the shortcuts again manually. This is a problem I've experienced before on this same machine (Lenovo Yoga 13) with Windows 8 (before the 8.1 update) and I guess at that time it dissapeared after some editing of the list of layouts I use.
    But now I've added some layouts to the list, and then removed some of them and so on and here is what I get again.Maybe there is some branch of Windows Registry involved with the layouts and keyboard-shortcuts messed up and I could simply remove the registry branch and start with a clean slate?  

    I have never seen this Windows before, I unfortunately do not understand Russian.
    Here is the Russian community:
    https://forums.lenovo.com/t5/Сообщество-Lenovo/ct-p/Community-RU

  • Smart keyboard layout switching

    Unfortunately the Arch team has rejected the patch https://bugs.archlinux.org/task/26490
    Quote:
    ""...By default xorg switches keyboard layout on keys press (but it SHOULD do that when keys are released). For example, if we have ctrl+shift to change layout and ctrl+shift+tab to navigate to previous tab then we are unable to use second shortcut..."
    What are possible legal Arch ways to get this functionality?
    Last edited by student975 (2014-02-19 21:50:20)

    student975 wrote:What are possible legal Arch ways to get this functionality?
    Make your own PKGBUILD and apply the patch yourself. It does come with the disadvantage that you will need to compile the xorg-server yourself every-time there is an update.

  • Trouble with norwegian keyboard layout in gnome 3

    Hello.
    I have installed gnome 3 from extra, got gdm running. But i can not use the norwegian keyboard layout. In the logonscreen in gdm it is the norwegian layout, but when im loged in as root it si "us" keyboard layout.
    I can use "setxkbmap no" to set the layout to norwegian. But a rebot or restart of X negates that, and I will have to do it again.
    My computer is a Fujitsu Siemens amilo pro v3405.
    Below are my xorg.conf files:
    10-evdev.conf:
    Section "InputClass"
            Identifier "evdev pointer catchall"
            MatchIsPointer "on"
            MatchDevicePath "/dev/input/event*"
            Driver "evdev"
    EndSection
    Section "InputClass"
            Identifier "evdev keyboard catchall"
            MatchIsKeyboard "on"
            MatchDevicePath "/dev/input/event*"
            Option          "XkbModel" "fscaa1667g"
        Option          "XkbLayout" "no"
        Driver "evdev"
    EndSection
    #Section "InputClass"
    #        Identifier "evdev touchpad catchall"
    #        MatchIsTouchpad "on"
    #        MatchDevicePath "/dev/input/event*"
    #        Driver "evdev"
    #EndSection
    Section "InputClass"
            Identifier "evdev tablet catchall"
            MatchIsTablet "on"
            MatchDevicePath "/dev/input/event*"
            Driver "evdev"
    EndSection
    Section "InputClass"
            Identifier "evdev touchscreen catchall"
            MatchIsTouchscreen "on"
            MatchDevicePath "/dev/input/event*"
            Driver "evdev"
    EndSection
    My 10-keyboard.conf that doesnt work:
    #Section "InputClass"
    #    Identifier    "Keyboard Defaults"
    #    MatchIsKeyboard    "yes"
    #    Option        "XkbModel" "fscaa1667g"
    #    Option        "XkbLayout" "no"
    #EndSection
    And my 10-synaptics.conf for touchpad:
    Section "InputClass"
            Identifier "touchpad catchall"
            Driver "synaptics"
            MatchIsTouchpad "on"
            MatchDevicePath "/dev/input/event*"
            Option "TapButton1" "1"
            Option "TapButton2" "2"
            Option "TapButton3" "3"
    EndSection

    Thx for quick respond and thx for the headsup on use of code tags.
    I tried to comment out keybord section in 10-evdev.conf and use that 10-keyboard.conf, without the commenting, instead. My keyboard stoped responding at all by that.
    I type setxkbmap no, have not put it in .xinitrc yet. I wanted to find a more "permanent" solution to the problem. I have also tryed to comment out
    Option "XkbModel" "fscaa1667g"
    but to no use.

  • Hotplugging Keyboard Layout Switching Problem

    With a recent update, my keyboard configuration got a bit hosed. The super key stopped working, I couldn't use shifts to swap keyboard layouts, and ctrl/caps swap reverted back. Instead of troubleshooting that, I decided to give hotplugging a try. I disabled the keyboard configuration in xong.conf and enabled hotplugging.
    Everything is working fine with one exception. If I list more than one keyboard layout in the .fdi, the keyboard reverts back to 'us'. As far as I can tell (and other posts have verified this) this is pretty close to copy/paste from xorg.conf. If I use just a single layout, that layout works.
    Any advice?
    <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.keymap">
    <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    <match key="info.capabilities" contains="input.keys">
    <merge key="input.xkb.rules" type="string">base</merge>
    <!-- If we're using Linux, we use evdev by default (falling back to
    keyboard otherwise). -->
    <merge key="input.xkb.model" type="string">keyboard</merge>
    <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
    string="Linux">
    <merge key="input.xkb.model" type="string">evdev</merge>
    </match>
    <merge key="input.xkb.layout" type="string">dvorak,us</merge>
    <merge key="input.xkb.variant" type="string" />
    <merge key="input.xkb.options" type="string">grp:shifts_toggle,ctrl:swapcaps</merge>
    </match>
    </device>
    </deviceinfo>
    Last edited by elegua (2009-02-14 15:20:28)

    elegua wrote:
    Of course I get it figured out a little bit after asking.
    It seems that the update killed the ability to use dvorak layout with anything else in setxkbmap. The following works for me now.
    <merge key="input.xkb.layout" type="string">us,us</merge>
    <merge key="input.xkb.variant" type="string">dvorak,basic</merge>
    elegua, where did you ask your questions? I've got a very similar problem, tried this (pure guesswork):
    <merge key="input.xkb.layout" type="string">us,ru</merge>
    <merge key="input.xkb.variant" type="string">basic,winkeys</merge>
    But it won't wash ...

  • Assign keyboard layout switch hotkey not listed in the keyboard applet

    I found some old tutorial to assign left alt+shift to 1st layout and right alt+shift to 2nd layout. How to adapt it to the modern hal way?
    Here it is:
    create $XKBROOT/mysym :
    partial modifier_keys xkb_symbols "shift_ctrl_1" {
    key <LFSH> {
    type="PC_BREAK",
    symbols[Group1]= [ Shift_L, ISO_First_Group ]
    key <RTSH> {
    type ="PC_BREAK",
    symbols[Group1]= [ Shift_R, ISO_Last_Group ]
    key <LCTL> { [ Control_L, ISO_First_Group ] };
    key <RCTL> { [ Control_R, ISO_Last_Group ] };
    add 1 line to $XKBROOT/rules/xorg (after "! option    =    symbols"):
    ! option = symbols
    myshiftctrl1 = +mysym(shift_ctrl_1)
    add option to xorg.conf :
    ! option = symbols
    Section "InputDevice"
    Option "XkbOptions" "myshiftctrl1"
    EndSection

    Found a temporary solution. Unfortunately It resets other options set in the corresponding gnome applet;
    Instead of alt+shift it sets shift+alt to change layout. I tried to swap the key names in 'mysym' file, but it has no effect.
    #!/bin/sh
    xkbdir="`mktemp -d`" || exit $?
    mkdir "$xkbdir/symbols"
    cat>"$xkbdir/symbols/mysym" <<EOF
    partial modifier_keys xkb_symbols "alt_shift_1" {
    key <LALT> {
    type="PC_BREAK",
    symbols[Group1]= [ Alt_L, ISO_First_Group ]
    key <RALT> {
    type ="PC_BREAK",
    symbols[Group1]= [ Alt_R, ISO_Last_Group ]
    key <LFSH> { [ Shift_L, ISO_First_Group ] };
    key <RTSH> { [ Shift_R, ISO_Last_Group ] };
    EOF
    setxkbmap -symbols "pc+us+ru:2+inet(evdev)+mysym(alt_shift_1)" -print | xkbcomp -w0 -I -I"$xkbdir" -I/usr/share/X11/xkb - $DISPLAY && rm -rf "$xkbdir"

  • Keyboard layout switch per application

    I use two Layouts (us,bg(phonetic)) and I really like to have a separate layout for every application:
    For example I'm typing in cyrillic in Skype and when I alt+tab or start urxvt I have the US layout there without needing to change it manually. There is such feature in gnome/kde but now I tried openbox and I really liked it and that's the only thing that I need to fix in order to use it.
    Any suggestions?

    ありがとうございます
    (Translation: Thank you very much!)

  • How do I - with Swiss German Keyboard Layout - switch between several windows of the same application, what is the shortcut

    can anyone pls help me with this. plus anbody explain me how this very basic feature that millions of people are using billions of times every day can be that hard to find on a mac?? there is hundreds of posts about this, but nothing for the swiss german keyboard. and apple: can you please make this just that simple and great as all the rest. thank you so much.

    Hi Kappy,
    well what you are saying is obvious to me. This is not the point for me and not what I wanted to know. But I think you answered my question anyway: OS X is unable to switch between windows of the same application as I mentioned in my example.
    WHY NOT???
    Every other OS is able to differentiate between windows and not just applications.
    Another example: The Mail application and an Email editor window. When you are writing an Email and you want to switch to the main window of the Mail application to read something you must again use the mouse!
    I mean Apple seems to be "somehow" using FreeBSD in the background and even in FreeBSD's window manager it is possible to switch between windows of the same application.
    Well, in the Apple world it is always the pour user who is not intelligent enough to understand Apple's philosophy ;-(
    To me this is not modern, it is simply a weakness of the OS.
    Cheers
    Quartz84

  • Keyboard layout switching does not work properly when set to switch per document

    Hello,
    I have two input languages (U.S. / Bulgarian - Phonetic) and I am having problems when using the "Automatically switch to a document's input source" option (available in the Input Sources prefs pane).
    The problem is that when I switch applications (using CMD + Tab) the input is not changed to the correct one, until an input field in the new application is selected. If I don't manually select an input field, the language will remain whatever it was with the previous application I used. As a consequence, none of my shortcuts work, as they are defined in the U.S language, and not in Bulgarian.

    Hi,
    does this problem appear immediately after buying the machine? Maybe its a good idea to recover the machine, perhaps it could be a software issue.
    On the other side it sounds a little bit like a hardware related problem so if the recovery doesnt brought you joy then you should contact a local service partner for help.
    Here you can find the nearest ASP in your country (just click on the link and you will find some):
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=EU&ID=ASP_SUPPORT
    Nice weekend
    Cheers

  • Gnome ignores keyboard layout settings

    Hi everybody!
    As easy as the title states, I set a number of keyboard layouts in Gnome and sort them in the relevant window, but every time I start a new session the English layout is automatically selected, against what I specified.
    It's the only problem that wasn't fixed by switching to systemd.
    Any idea?

    I have exactly the same problem. I want to have multiple layouts, but it just seems impossible. English takes precedence for some reason. System settings do not have any impact on the setup. They are completely ignored.
    The example on Gentoo only deals with one layout as does archlinux wiki. I need se, en, ru. But seems impossible for the time being. I guess gnome 3 does not separate keyboard layouts and regional layouts. Gnome 3 can only handle regional settings. To be absolutely clear, I would prefer gnome to show the menus in English, but use a Swedish keyboard layout.

  • TestStand 2010 SP1 - Expression switches the keyboard layout

    Hello,
    we are switching from TestStand 2010 to TestStand 2010 SP1, and today I noticed the follow behavior.
    If I place the cursor in an Expression of a step, the keyboard layout switches from german (DE) to englisch (US).
    You can imagine that's very unfavorable to program.The problem occurs on several machine running WindowsXP.
    Funnily enough on a pc with Win7, all is looking good. Furthermore I can't discover such behavior on previous versions of TestStand.
    Has somebody an idea?
    Thanks in advance
    Carsten
    Solved!
    Go to Solution.

    Hi Manooch
    Thanks for pointing out this workaround.
    This is working well on TS4.5.1  XP maschines
    Regards
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=
    Attachments:
    WorkaroundKeyboard.seq ‏5 KB

Maybe you are looking for

  • How can I get rid of the personal toolbar which is always displayed

    Hi, Just migrated from xp to win 8.1 on a new computer. In the process of cleaning up my firefox bookmarks and personal bookmark folder I must have done a wrong manipulation. My personal bookmark bar is now always visible across the top of the screen

  • Inbound Porduction Order

    Hello, We are getting Production Order as an Inbound Idoc, it is well known fact that there is no process code & function module to process the incoming Idoc & create Production Order Can you please share you experience in writting a function module

  • Contact Sync via Exchange

    Hi, need help with the following. I've set up Microsoft Exchange to sync my contacts between iPhone and Outlook. Works fine but only for the contacts I created after I set up the Exchange Sync. The contacts (and calender) which were on the iPhone bef

  • Cant find my country (UK) in the billing options for purchase single case

    Hi! I have problems with Crystal Reports and want to buy a single support case to resolve the issue. However, when filling in the billing info by the credit card details i only get a selections of carribbean and South American countries? What am i do

  • Safari shuts down when try to open a web site

    I have a wifi only iPad which seems to have lost its' ability to access the internet. Whenever I open Safari and try to access a web site it closes without any messages. The same thing happens if I try to access the App Store. None of my apps can acc