[SOLVED] Four layouts on the keyboard

Hello everyone!
I am looking for the best way to manage keyboard layouts. I type on four
different languages (English, Russisch, Deutsch, Français), so I need these
accent and umlaut letters on the keyboard (apart from the different alphabet).
And it is a bit annoying sometimes to press Ctrl+Shift several times trying
to find the right keyboard layout.
Could anyone please suggest how layout switching can be achieved with
two or three different keys combination, so that each combination change layout
to some particular one.
The solution via the Xorg parameters is preferable (I remember there was some
configuration in Xfce DM but I don't use Xfce anymore).
I apologise if this question is a stupid one. Please let me know if it is.
Thanks for the help.
===========
Here is one solution, via creating the script with setxkbmap
https://bbs.archlinux.org/viewtopic.php?id=121350
Last edited by e.sovetkin (2014-02-20 11:20:25)

All is OK now : it restarted !

Similar Messages

  • Language layout of the keyboard?!? What means western spanish???

    Hey guys.
    I'm from germany and I'm going to move to the united states next year. At the moment I'm not sure if I should buy my new macbook in germany or wait and buy it next year in the us. The problem is the language of the keyboard. I'd still like to have a german layout of the keyboard. There is an option in the us apple store where you can change between "us english" and "western spanish". now my question is: means "western spanish" the german (european) version of the keyboard with "y" at the lower left of the keyboard? If it means then I'm willing to wait with buying my new macbook til I moved to the states.
    Thanks for quick answers
    Jules

    See this thread for a description of the differences between the U.S. English and Western Spanish keyboards, including a link to a picture of a Western Spanish keyboard.
    (15551)

  • What is the keyboard on N97 Mini 0585087

    Hello!
    If somebody has an N97 Mini with product code 0585087, 0585116 or 0591946 (they are the EMEA_SWISS variants), can you tell me what keyboard it has? QUERTY? Or QUERTZ?
    Thanks in advance,
    Gilles.

    Hi!
    OK. Understood. The reason why I ask is that my phone is PC 0591929 and was a Swiss (QWERTZ) keyboard (it is refered on the list as Country Variant Switzerland CH), and the latest firmware available for it is 10.0.20.
    For the PC 0585087, the latest firmware is 11.0.45, which is what I would like to upgrade to... but that phone isn't listed as Switzerland CH, rather it is listed as EMEA_SWISS_QW, which might imply QUERTY keyboard rather than QUERTZ.
    Since on the N97 Mini, the keyboard is hardware layout, I don't want to upgrade to a firmware which would change the layout of the keyboard compared to what is physically my phone's layout...
    Gilles

  • When word processing, add a "tab" button to the keyboard

    I was looking at the layout of the keyboard on the ipad, and while it's useful to have the "go to #" button on both the left and right hand sides, the buttons themselves could be smaller. With the extra space, a tab button (more on the lefthand side) would be really useful when word processing.

    Welcome to the discussions, gurari. We're all just other users like you. If you want to tell apple, do it here:
    http://www.apple.com/feedback/ipad.html

  • Xorg 1.5.3 - Still some issues with the keyboard layout

    well i read a lot of threads and i solved almost everything, but my keyboard layout is still a little strange, for example, before the "backslash" key (the one above the TAB key) doesn't work anymore, that really bothers me because i really use the midnight commander "hotdir" feature
    my config files:
    /etc/hal/fdi/policy/10-keymap.fdi
    <?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">es</merge>
    <merge key="input.xkb.variant" type="string" />
    </matchudo
    </device>
    </deviceinfo>
    /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    # InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    # InputDevice "USB Mouse" "CorePointer"
    EndSection
    #Section "ServerFlags"
    # Option "AllowMouseOpenFail" "true"
    # Option "AutoAddDevices" "false"
    #EndSection
    Section "Files"
    # RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/artwiz-fonts"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    # Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    # Load "type1"
    Load "freetype"
    # Load "record"
    # Load "synaptics"
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    EndSection
    #Section "InputDevice" [b]#THIS WAS MY PREVIOUS KEYBOARD CONFIG, WITH IT THE LAYOUT WAS PERFECT...[/b]
    # Identifier "Keyboard0"
    # Driver "keyboard"
    # Option "CoreKeyboard"
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "es"
    # Option "XkbVariant" ""
    #EndSection
    #Section "InputDevice"
    # Identifier "Serial Mouse"
    # Driver "mouse"
    # Option "Protocol" "Microsoft"
    # Option "Device" "/dev/ttyS0"
    # Option "Emulate3Buttons" "true"
    # Option "Emulate3Timeout" "70"
    # Option "SendCoreEvents" "true"
    #EndSection
    #Section "InputDevice"
    # Identifier "PS/2 Mouse"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "ZAxisMapping" "4 5"
    # Option "Device" "/dev/psaux"
    # Option "Emulate3Buttons" "true"
    # Option "Emulate3Timeout" "70"
    # Option "SendCoreEvents" "true"
    #EndSection
    #Section "InputDevice"
    # Identifier "USB Mouse"
    # Driver "mouse"
    # Option "Device" "/dev/input/mice"
    # Option "SendCoreEvents" "true"
    # Option "Protocol" "IMPS/2"
    # Option "ZAxisMapping" "4 5"
    # Option "Buttons" "5"
    #EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "Unknown Board"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    Option "NoLogo" "true"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 1
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    nuttygamergeek wrote:
    You can change this line to the model you were using before, ie in your case pc105:
    <merge key="input.xkb.model" type="string">keyboard</merge>
    It won't be used unless evdev isn't working though.
    i did that and restarted hal but nothing changed, the behaviour is the same

  • Hi I am from Spain and I am new on Macworld, recently I have bought a Mac Book pro, the keyboard is not configured rightly when I have to write @ I have to press g instead of @ key , how can I solve this problem ?. Thanks in advance.

    Hi ,
    I am from Spain and I am new in MacWorld, recently I have bought  a MacBook Pro , but teh keyboard is not configured rightly, when I want to write @ I have to press g instead of the @ key, or the symbol for questions ?, I have to press :: key. Please how can I solve this problem ?. Thanks in advance.
    BR,
    XAvier

    xavier85 wrote:
    I am new in MacWorld
    Sorry to disappoint you, but this isn't MacWorld.
    when I want to write @ I have to press g instead of the @ key
    Are you sure you don't have to press ⌥-G (Option-G) to get @?
    Anyway, sounds like a keyboard/keyboard layout mismatch.
    Go to System Preferences > Language & Text > Input Sources. From "Select input methods to use" enable (check) the following
    Keyboard & Character Viewer
    U.S.
    Spanish
    Spanish - ISO
    Also enable "Show Input menu in menu bar".
    The Input menu should appear to the right of your menu bar, with the icon of a national flag. From this menu, choose "Show Keyboard Viewer". Then compare the layout displayed by Keyboard Viewer with the label on your MBP's keyboard. If it doesn't match, choose a different layout from the Input menu.
    My suspicion is that you're using a US keyboard with a Spanish keyboard layout, hence the difference you noted.

  • TS1702 The keyboard layout is critically wrong, that does not allow quick writing. Users reach the numbers with two step keyboard hits (forward and back). It is really vital to have number 0-9 keys in the default keyboard window. Develop these changes ple

    I want to open a discussion about keyboard layout on iPAD´s, including the best one iPAD4. How one can design such sofisticated technical item for diverse work/activity, includes mainly for note writings and meetings, but the writing procedure is so slow becuase of the keyboard layout. It is really crucial to solve this problem in order to avoid developing additional keyboard from third-party developers. This function has to be integrated, namely: TO HAVE A COMPLETE SEETING OF LETTERS AND NUMBERS IN THE DEFAULT KEYBOARD LAYOUT, FOR EFFICIENT WRITINGS.
    WHAT YOU THINK ???

    This is an iPad user to user forum. Apple doesn't read or respond. You can make a suggestion.
    Send feedback to Apple.
    http://www.apple.com/feedback/ipad.html
    I bought a case with a bluetooth connected keyboard. Much easier to use than the on-screen keyboard if you do a lot of typing. You can use many/most computer wireless keyboards with the iPad.
     Cheers, Tom

  • 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

  • Exchange a brand new computer because of the keyboard layout ?

    Hi !
    I'm currently in Finland for work, and I bought a Macbook Air, it's brand new so.
    But I didn't thought of the keyboard layout, which is of course Finnish;
    Do you think I can exchange this MBA with a one with the correct layout back in my country;
    Or is it better to return this MBA here, and buy a new one once I'm home ?
    I'd like to be able to return or exchange the MBA in my country, is the refund/exchange policy international ?
    Thanks

    The European law state you have anyway a 7 day open box return policy for this kind of product, I think I'll go to the store and ask if they can exchange it for one with international/US keyboard or give me a refund if they havn't got one.
    I got a callback appointement with Apple Support France tomorrow (my country) to ask them if it's possible to use the warranty to exchange layout. But as you said, I don't think it's possible since the keyboard is working perfectly fine..

  • My I phone is ringing as a phone. However, no sound could be heard when viewing youtube video no sound for the keyboard. Also when the vonage or the magic Jack is ringing it rings once and no more. I don't know how to solve this problem?

    My IPHONE 4S Rings well as phone. However, I could not hear the sound from vedio or from ITUNES. Even the keyboard sounds are not clicking. The vonage and magic jack rings one and sometimes vibrate only.. what should I do to solve this probelm??

    set the wake-on lan on the main computer
    The laptop's too far away from the router to be connected by ethernet. It's all wifi.
    No separate server app on the laptop, it's all samba
    The files are on a windows laptop and a hard drive hooked up to the windows laptop. The windows share server is pants, so I'd need some sort of third party server running. Maybe you weren't suggesting to use Samba to connect to the windows share though?
    I'm glad that you've all understood my ramblings and taken and interest, thanks The way I see it, I can't be the only netbook user these days looking for this kind of convenience, and I certainly won't be once chrome and moblin hit the market.
    Last edited by saft (2010-03-18 20:38:08)

  • Is there a way to change the keyboard layout on locked screen iOS7?

    I updated my ipad from ios6 to ios7. I noticed a really ridiculous thing after i updated my IPAD. The thing is after starting my device with ios7, i tried to enter my pass on the lock screen, but no way.
    My old password consisted characters such as ¥ $# etc ...  the keyboard layout is changed in ios7 and I couldn't see the "¥" sign anymore. I tried to restore it but I do need the lock pass.
    Any ideas?

    Hi.  I guess there will always be differences in text handling between apps like InDesign and Illustrator, which are fundermentally layout apps, and Photoshop that isn't.  But I'd like to be clear about how you Photoshop set up?  For instance, I prefer to set type size to mm in Photoshop and InDesign so I can better predict text sizing in a given document.  For fine adjustment I do it by eye, so don't really care about what the units are.
    If I have missunderstood your point (sorry about the non intended pun) please explain some more.
    Incidentally, Nigel French has an excellent title on Lynda.com called 'Photoshop for Designers - Type Essentials'.  It's probably the best source I know of for handling type in Photoshop.
    http://www.lynda.com/Photoshop-CS5-tutorials/Photoshop-for-Designers-Type-Essentials/53258 -2.html

  • Hi, when typing on my macbookair keyboard, i get a different text than on the keyboard - for exemple, typing "t", i get "t(". Any clue how to solve that? Thanks a loy

    Hi, when typing on my macbookair keyboard, i get a different text than on the keyboard - for exemple, typing "t", i get "t(". Any clue how to solve that? Thanks a lot

    Correct - another example, when i type "1" it writes "A1".
    Hope this helps?

  • Can't change the keyboard layout in Xorg

    I tried the different possibilities in the wiki to change the keyboard layout in X. setxkbmap does work, but I'd like to keep the settings across reboots. I tried the two methods in the wiki, here are my config files:
    /etc/X11/xorg.conf.d/00-keyboard.conf (created by localectl)
    # Read and parsed by systemd-localed. It's probably wise not to edit this file
    # manually too freely.
    Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "de,ru"
    Option "XkbModel" "pc104"
    Option "XkbVariant" ","
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    /etc/X11/xorg.conf.d/10-keyboard.conf (manually created)
    Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "de,ru"
    Option "XkbModel" "pc104"
    Option "XkbVariant" ","
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    But the output of "setxkbmap -print -verbose 10" shows german and us-english layout:
    Setting verbose level to 10
    locale is C
    Trying to load rules file ./rules/evdev...
    Trying to load rules file /usr/share/X11/xkb/rules/evdev...
    Success.
    Applied rules from evdev:
    rules: evdev
    model: pc104
    layout: de,us
    variant: ,
    options: grp:alt_shift_toggle
    Trying to build keymap using the following components:
    keycodes: evdev+aliases(qwertz)
    types: complete
    compat: complete
    symbols: pc+de+us:2+inet(evdev)+group(alt_shift_toggle)
    geometry: pc(pc104)
    xkb_keymap {
    xkb_keycodes { include "evdev+aliases(qwertz)" };
    xkb_types { include "complete" };
    xkb_compat { include "complete" };
    xkb_symbols { include "pc+de+us:2+inet(evdev)+group(alt_shift_toggle)"};
    xkb_geometry { include "pc(pc104)" };
    Does anybody know what I am doing wrong? I would appreciate any help.
    Thomas

    In your .xinitrc file put setxkbmap yy & (yy=country code for example de) before it executes your de/wm.

  • Ultra wireless keyboard has a different layout when installed as to the one shown on the keyboard

    I'm hoping someone here can help me: the ultra wireless slim keyboard from lenovo (comes with mouse), when installed, has a different layout then the one you can see on the keyboard.  Which is annoying the crap out of me because when i need a character i don't need much i basically am stuck with just trying out all keys untill i find it.  
    the layout it has is the same as the one on my notebook itself (thinkpad yoga), which does help a bit as i can find most keys, but since the wireless has more keys it's not entirely helpfull.  does anybody know how i can get the correct layout?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Do the french and portuguese apple keyboard layouts have the same characters?

    Sometimes I have to type in portuguese which is impossible with a british keyboard because they have accented words, but since the french language does and there's an option for a french keyboard on the online store custom orders, I was wondering if I can just order it in french layout and then change the language settings to portuguese. Does anyone know if it is possible? Thanks.

    Jack Gomes wrote:
    Sometimes I have to type in portuguese which is impossible with a british keyboard because they have accented words
    No true.  First you can type all the accents with the British keyboard by just using the normal Mac deadkey shortcuts.  Here is a chart"
    http://homepage.mac.com/thgewecke/diacritics.html
    Second, you can set the keyboard layout to Portuguese in system prefs/language & text/input sources and then use keyboard viewer to see which key does what.  Keyboard Viewer is activated in the same place as the keyboard.

Maybe you are looking for

  • Sender Cost Element Group role in Assessment Cost Element Cycle

    Hello, We have an assessment cycle as below:- Assessment Cost Element - 6000000 Sender Rule - Fixed Amount Receiver Rule - Variable Portions Sender Cost Center - 1000 Sender Cost Element Group - ABCD Receiver Order Group - XYZS Sender Values - 2,00,0

  • PI 7.0 with SRM-SUS

    Hello: We want to install SRM-SUS and integrate it with MM and with other SRM installation.  As we know we need PI for the integration. We've PI 7.0. Do you know if we need to migrate to 7.1 or the standard interfases for SAP-SUS can use PI 7.0 ? Tha

  • My devices (Mac Pro, iPad

    Until today my Mac Pro, iPad and iPhone (3Gs) have been sync'ing with iCloud.  Today my iCloud calendar, phonebook and email are all empty.  The information on my devices is intact.  New information still sync's between my devices but does not show u

  • What is meant by matn1 conversion routine in info object

    hi, Can i know the exact meaning and usage of matn1 (type of conversion routine) in the infoobject level. thanks in advance

  • Hierarchy with HIESID 2 and SVER  was not found

    Hello Experts, I am in dire need, as I need to change/add some authorizations. When selecting a hierarchy authorization to add, I receive the following error: "The hierarchy with HIESID 2 and SVER  was not found" this happens not only when I want to