[SOLVED]Per window keyboard layout

What is the right way to have per-window keyboard layout? The layouts are configured via /etc/hal/fdi/policy/10-keymap.fdi. No gnome/kde - just xmonad.
Last edited by Mr.Cat (2009-10-26 20:51:25)

Seems, I'll have to answer this question myself. One way is to use xxkb. You should start it when your system starts (e.g. in .xinitrc). Its config (~/.xxkbrc) might look like this:
XXkb.controls.two_state: no
XXkb*label.text.1: E
XXkb*label.text.2: R
XXkb*label.text.3: H
XXkb.mainwindow.type: tray
XXkb.mainwindow.label.enable: yes
XXkb.mainwindow.enable: yes
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 12x14+0+0
XXkb.mainwindow.label.background: black
XXkb.mainwindow.label.foreground: white
XXkb.mainwindow.label.font: xft:Monospace-11
XXkb.button.enable: no
Check out man xxkb for further information.
Last edited by Mr.Cat (2009-10-25 22:26:34)

Similar Messages

  • Keeping per window keyboard layout under X11

    Sometimes you want to setup switching keyboard layouts using only X server - because there is no DE, or no DE keyboard plugin, or it's broken, or lacks needed functionality. You can easily configure X server to switch keyboard layouts, but I could not find way of keeping layout for each window separately using only X server. Hence this package: https://aur.archlinux.org/packages.php?ID=54504
    Tested under xfce4.
    Example of usage (~/.xinitrc file)
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    export LANG=ru_RU.utf8
    setxkbmap -layout 'us,ru(winkeys)' -model pc105 -option grp:rwin_toggle,grp_led:num
    perWindowLayoutD
    exec ck-launch-session dbus-launch startxfce4

    I've just installed openbox 3.5.0-4 and tried switching layouts. Alt+Tab works well for me - layout does change when changing windows. But there is another problem: if I close some window and focus goes to another window, layout isn't restored for this new focused window. Going to fix that.
    As for Alt+Tab openbox, I cannot reproduce any problem. Could you please be more specific, what the problem you see?

  • [SOLVED] setting X keyboard layout

    Hello!
    I would like to set my X "keyboard layout" as is dictated here.
    I created a file "/etc/X11/xorg.conf.d/10-tipkovnica.conf" which i wrote like this:
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "si"
    Option "XkbVariant" "alternatequotes"
    EndSection
    When i wrote this i tried to check if it works, but when i type in command
    setxkbmap -print -verbose 10
    i get an error:
    Setting verbose level to 10
    Cannot open display "default display"
    How can i solve this?
    Last edited by 71GA (2012-10-09 16:59:52)

    2ManyDogs wrote:
    71ga wrote:     I am doing it in a console.
    I thought so. That's why it's not working. You need to be in X (that's what "Cannot open display default display" means).
    Thank you and LOL about the REPORT. Sorry moderator.

  • [solved] Gnome default keyboard layout

    Hi guys,
    Can anybody please explain me why the following command works but the corresponding .conf entry does not?
    setxkbmap -layout "us,pl,de" -option "grp:alt_shift_toggle"
    [orschiro@thinkpad ~]$ cat /etc/X11/xorg.conf.d/01-keyboard-layout.conf
    Section "InputClass"
    Identifier "keyboard"
    MatchIsKeyboard "yes"
    Option "XKBMODEL" "pc105"
    Option "XkbLayout" "us,pl"
    Option "XkbVariant" "altgr-intl,"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    When using the .conf entry simply nothing happens.
    Regards
    EDIT
    I was able to identify my problem. See the following:
    The above .conf does not work since Gnome seems to fetch a default US keyboard layout from somewhere which I cannot figure out where it is. Without any invocation from my side Gnome assumes this US keyboard. However, I do not want to us the default US keyboard layout but the altgr-intl option.
    Screenshot
    So as a workaround I have to run setxkbmap -layout us -variant altgr-intl after Gnome had started. But I would like to understand how Gnome assigns the default keyboard layouts.
    Last edited by orschiro (2013-06-26 07:57:29)

    I still do not understand where the default keyboard layout is taken from. However, I use a workaround and created a file .keyboard in my home directory which is launched after startup of Gnome and changes the layouts according to my setkxbmap settings.
    More information.
    Regards

  • Windows keyboard layouts on Arch

    Hi everyone,
    I always wanted a Dvorak keyboard, so I swapped the keys in mine to get an italian Dvorak keyboard, the iDvorak.
    Unfortunately Linux doesn't natively support this layout and the iDvorak team only released a Windows version.
    I have the DLL file, can I convert it or use it in Linux somehow or I have to design my own Linux kbd layout?
    Thanks
    PS: This is the dll file
    Last edited by TheGatorade (2013-01-28 17:44:19)

    jakobcreutzfeldt wrote:
    You'll have to design your own (man xmodmap).
    Alternatively, you can try using a similar layout. The original Dvorak is quite close to the Italian one, except it doesn't allow accents. The Spanish Dvorak is similar as well, allowing accents, but it swaps 'h' and 'r'. Since Dvorak is supposed to be arranged according to letter  frequency, and I'm willing to bet that Italian is closer to Spanish than English in letter usage, the Spanish one might be even more appropriate for you than that Italian one!
    Honestly, I'm surprised that none of the letters were moved from their English positions for the Italian one...it seems not much research went into it.
    Edit: sorry, this post is confusing. Short answer: use Spanish Dvorak. That Italian one doesn't look good for Italian.
    Thank you for your answer. I will try it.

  • [Solved]switch my keyboard layout (also, how to unify clipboard?)

    ok, i want to switch between us and us intl layout. After reading the Xorg page in the great Arch Wiki i maded
    a file called "11-switchkb.conf" in my xorg folder and writed into it:
    Section "InputClass"
           Identifier                         "Keyboard Defaults"
           MatchIsKeyboard            "yes"
           Option                             "XkbLayout" "us, us intl"
           Option                             "XkbOptions" "grp:caps_toggle"
    EndSection
    and i happyli restared my X and... My keyboard stopped working ( i had to brute shutdown my notebook holding power button)
    I also tried 10-switchkb.conf and didnt worked.  What im doing wrong?
    My second question i dont know how to explain it right... Im confused about copy and paste in linux, and it's seems weird for me,
    sometimes it works sometimes it doesnt...
    like when i highlight something in uzbl i can paste with shift+insert but
    only while its highlighted. Sometimes i highlight what i want in vim and, even while its still highlighted, when i do shift+insert
    in some other app it doesnt paste anything. and when i highlight in vim and paste in the same vim whith shift+insert it pastes
    with a crazy indentation, but when i yank and paste it with 'p' it pastes correctly.
    Is there a way to "unify" clipboard, in such a way i can copy-paste without trouble from any app to any other app?
    Last edited by wolfspaw (2010-09-13 16:03:28)

    Thanks for the help guys!
    Great answers, that was exactly what i wanted for my clipboard and Vim! (I'll read about buffers).
    stqn : Nice script, i'll try to bind it to xMonad.
    Karol: I can solve the issue with sqn script but im curious to why my X
    does not detect my keyboard when i use the Xorg Arch Wiki way of
    Layout Switch:
    Here is my Xorg.0.log after trying the swi(the last third of it.):
    (my touchpad is detected as a mouse, but it works great) :
    [ 29619.012] (II) Initializing built-in extension Generic Event Extension
    [ 29619.012] (II) Initializing built-in extension SHAPE
    [ 29619.012] (II) Initializing built-in extension MIT-SHM
    [ 29619.012] (II) Initializing built-in extension XInputExtension
    [ 29619.012] (II) Initializing built-in extension XTEST
    [ 29619.012] (II) Initializing built-in extension BIG-REQUESTS
    [ 29619.012] (II) Initializing built-in extension SYNC
    [ 29619.012] (II) Initializing built-in extension XKEYBOARD
    [ 29619.012] (II) Initializing built-in extension XC-MISC
    [ 29619.012] (II) Initializing built-in extension SECURITY
    [ 29619.012] (II) Initializing built-in extension XINERAMA
    [ 29619.012] (II) Initializing built-in extension XFIXES
    [ 29619.012] (II) Initializing built-in extension RENDER
    [ 29619.012] (II) Initializing built-in extension RANDR
    [ 29619.012] (II) Initializing built-in extension COMPOSITE
    [ 29619.012] (II) Initializing built-in extension DAMAGE
    [ 29619.023] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 29619.023] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 29619.023] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 29619.023] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 29619.023] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 29619.023] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 29619.023] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 29619.024] (II) intel(0): Setting screen physical size to 361 x 203
    [ 29619.211] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 29619.211] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29619.211] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 29619.211] (II) LoadModule: "evdev"
    [ 29619.211] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29619.212] (II) Module evdev: vendor="X.Org Foundation"
    [ 29619.212]     compiled for 1.8.1.902, module version = 2.4.0
    [ 29619.212]     Module class: X.Org XInput Driver
    [ 29619.212]     ABI class: X.Org XInput driver, version 9.0
    [ 29619.212] (**) Power Button: always reports core events
    [ 29619.212] (**) Power Button: Device: "/dev/input/event5"
    [ 29619.220] (II) Power Button: Found keys
    [ 29619.220] (II) Power Button: Configuring as keyboard
    [ 29619.220] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 29619.220] (**) Option "xkb_rules" "evdev"
    [ 29619.220] (**) Option "xkb_model" "evdev"
    [ 29619.220] (**) Option "xkb_layout" "us, us intl"
    [ 29619.220] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.259] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 29619.259] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 29619.259] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 29619.259] (**) Video Bus: always reports core events
    [ 29619.259] (**) Video Bus: Device: "/dev/input/event8"
    [ 29619.267] (II) Video Bus: Found keys
    [ 29619.267] (II) Video Bus: Configuring as keyboard
    [ 29619.267] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 29619.267] (**) Option "xkb_rules" "evdev"
    [ 29619.267] (**) Option "xkb_model" "evdev"
    [ 29619.267] (**) Option "xkb_layout" "us, us intl"
    [ 29619.267] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.271] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 29619.271] (II) No input driver/identifier specified (ignoring)
    [ 29619.271] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 29619.271] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 29619.271] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 29619.271] (**) Sleep Button: always reports core events
    [ 29619.271] (**) Sleep Button: Device: "/dev/input/event3"
    [ 29619.280] (II) Sleep Button: Found keys
    [ 29619.280] (II) Sleep Button: Configuring as keyboard
    [ 29619.280] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 29619.280] (**) Option "xkb_rules" "evdev"
    [ 29619.280] (**) Option "xkb_model" "evdev"
    [ 29619.280] (**) Option "xkb_layout" "us, us intl"
    [ 29619.280] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.283] (II) config/udev: Adding input device USB2.0 0.3M UVC WebCam (/dev/input/event7)
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: Applying InputClass "evdev keyboard catchall"
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: Applying InputClass "Keyboard Defaults"
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: always reports core events
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: Device: "/dev/input/event7"
    [ 29619.290] (II) USB2.0 0.3M UVC WebCam: Found keys
    [ 29619.290] (II) USB2.0 0.3M UVC WebCam: Configuring as keyboard
    [ 29619.290] (II) XINPUT: Adding extended input device "USB2.0 0.3M UVC WebCam" (type: KEYBOARD)
    [ 29619.290] (**) Option "xkb_rules" "evdev"
    [ 29619.290] (**) Option "xkb_model" "evdev"
    [ 29619.290] (**) Option "xkb_layout" "us, us intl"
    [ 29619.290] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.296] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event6)
    [ 29619.296] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 29619.296] (**) Asus Laptop extra buttons: Applying InputClass "Keyboard Defaults"
    [ 29619.296] (**) Asus Laptop extra buttons: always reports core events
    [ 29619.296] (**) Asus Laptop extra buttons: Device: "/dev/input/event6"
    [ 29619.310] (II) Asus Laptop extra buttons: Found keys
    [ 29619.310] (II) Asus Laptop extra buttons: Configuring as keyboard
    [ 29619.310] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
    [ 29619.310] (**) Option "xkb_rules" "evdev"
    [ 29619.310] (**) Option "xkb_model" "evdev"
    [ 29619.310] (**) Option "xkb_layout" "us, us intl"
    [ 29619.310] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.311] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 29619.311] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29619.311] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 29619.311] (**) AT Translated Set 2 keyboard: always reports core events
    [ 29619.311] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 29619.323] (II) AT Translated Set 2 keyboard: Found keys
    [ 29619.324] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 29619.324] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 29619.324] (**) Option "xkb_rules" "evdev"
    [ 29619.324] (**) Option "xkb_model" "evdev"
    [ 29619.324] (**) Option "xkb_layout" "us, us intl"
    [ 29619.324] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.324] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event2)
    [ 29619.324] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 29619.324] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 29619.324] (II) LoadModule: "synaptics"
    [ 29619.325] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 29619.325] (II) Module synaptics: vendor="X.Org Foundation"
    [ 29619.325]     compiled for 1.8.0.902, module version = 1.2.2
    [ 29619.325]     Module class: X.Org XInput Driver
    [ 29619.325]     ABI class: X.Org XInput driver, version 9.0
    [ 29619.325] (II) Synaptics touchpad driver version 1.2.2
    [ 29619.325] (**) Option "Device" "/dev/input/event2"
    [ 29619.363] (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: buttons: left right double triple
    [ 29619.364] (**) Option "TapButton1" "1"
    [ 29619.364] (**) Option "TapButton2" "2"
    [ 29619.364] (**) Option "TapButton3" "3"
    [ 29619.390] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 29619.390] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 29619.403] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 29619.430] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 29619.431] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 29619.431] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 29619.431] (II) Synaptics touchpad driver version 1.2.2
    [ 29619.837] ETPS/2 Elantech Touchpad no synaptics event device found
    [ 29619.837] (**) Option "Device" "/dev/input/mouse0"
    [ 29619.850] (**) Option "TapButton1" "1"
    [ 29619.850] (**) Option "TapButton2" "2"
    [ 29619.850] (**) Option "TapButton3" "3"
    [ 29619.871] Query no Synaptics: 6003C8
    [ 29619.871] (--) ETPS/2 Elantech Touchpad: no supported touchpad found
    [ 29619.871] (EE) ETPS/2 Elantech Touchpad Unable to query/initialize Synaptics hardware.
    [ 29619.910] (EE) PreInit failed for input device "ETPS/2 Elantech Touchpad"
    [ 29619.910] (II) UnloadModule: "synaptics"
    [ 29619.911] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 29619.911] (II) No input driver/identifier specified (ignoring)
    [ 29672.057] (II) Power Button: Close
    [ 29672.057] (II) UnloadModule: "evdev"
    [ 29672.077] (II) Video Bus: Close
    [ 29672.077] (II) UnloadModule: "evdev"
    [ 29672.097] (II) Sleep Button: Close
    [ 29672.097] (II) UnloadModule: "evdev"
    [ 29672.117] (II) USB2.0 0.3M UVC WebCam: Close
    [ 29672.117] (II) UnloadModule: "evdev"
    [ 29672.137] (II) Asus Laptop extra buttons: Close
    [ 29672.137] (II) UnloadModule: "evdev"
    [ 29672.157] (II) AT Translated Set 2 keyboard: Close
    [ 29672.157] (II) UnloadModule: "evdev"
    [ 29672.190] (II) UnloadModule: "synaptics"

  • [8.1 pro update1] Windows KEEPS changing and reinstalling keyboard layouts regardsless of IgnoreRemoteKeyboardLayout

    Windows 8.1 is driving me nuts beyond believe once again. I have 8.1 Pro update 1 English, installed from the VLK iso from our Volume License / SPLA account. As we are a Dutch company, the Location is set to The Netherlands, as well as the date/time format.
    Therefore in my keyboard settings the language is Dutch (NL) but I set my keyboard layout to US, as below:
    As you can see there are no other languages our installed. This worked for years with Windows 7 and before with XP. Windows 8.1 however KEEPS changing my keyboard layout to plain Dutch making my keyboard unusable. The language bar in the systemtray, or whatever
    it's called in this OS, shows THREE layouts, which are actually 'selectable' and work as if they were installed. However, they are not 'really' installed, as per the screenshots above.
    This is driving me completely mad. Why on earth is Windows making descisions for me which I should be making myself? In addition, in my oppinion Windows should NEVER change somthing as trivial as a keyboard layout by itself. People don't change switch keyboard
    even when logging on to a remote system that has a different layout configured. Whoever came up with this 'automatic switching per application' idea once again had no clue of real-life usage at all.
    I've added those two languages I do NOT want to my keyboard layouts and removed them. Sure they are gone then, and as only language NLD with layout US is left, the language bar in systray is gone as well. After a few days all three are back, and my keyboard
    is producing wrong characters again.
    I've tried with regvalue HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout\IgnoreRemoteKeyboardLayout set to 1, to no avail at all. It just keeps changing. This should help to prevent my keyboard when changing when I RDP to one of my servers.
    The advanced settings in Language don't help either:
    'let me set a different input language for each app window' is unticked.
    Override for default keyboard is now set to Dutch - US, like I want it. Doesn't help either.
    I cannot reproduce it on demand, settings do NOT change when connecting to my RDP server(s). They do NOT change when I open any of my used programs, being IE, Chrome, CMD.exe, notepad and a few others. It shouldn't either as I disabled the 'keep settings
    per application'.
    I have changed the keyboard shortcut from alt-shift or whatever it was to 'none'.
    How to prevent Windows 8.1 completely from changing the keyboard layout I use? Is there any way to check WHY or WHAT actually changes my keyboard?

    This might be really late to this post but I've been having this issue while playing games, particularly those which are complex enough to require Control, Alt, Shift. At first like some people here suggested
    Windows Key + Space was the cause, but even after removing all alternate layouts (for reference, I want the UK layout, but it was switching to the US Layout) it was persisting.
    This post pointed me in the right direction, go into your Language Options
    > Change Override (Advanced). At this stage I've noticed there is the Switching input methods section, look for
    Change language bar hot keys and here I fount Alt + Shift
    was being used for switching Between input languages - a key combo I'd probably hit quite often just purely by accident. You can change the key sequence to no binds.
    I haven't fully tested it, but it appears to be working for now - and I hope its an extra option for people to look at if they're running into this issue.

  • [SOLVED] After a crash, my languages and keyboard layouts are gone!

    So my CPU hanged, I rebooted, unfortunatelly a lot of my personal (and perhaps system) files were corrupted. All my personal GNOME settings were set to default. I had to wipe out the entire ~/.config/dconf folder in order to regain the capability to customize everything again. So all was left behind was my keyboard layout. So I went to `Regions and Languages` and... all but the system language (English) options were gone, including the layouts!
    I just reinstalled the groups gnome and gnome-extra, no to avail
    What can I do?
    edit: stupid me! The layouts were 'hidden' in the tiny window size of the thing!
    Last edited by lmello (2013-07-16 16:59:33)

    Backing up and Restoring Bookmarks
    * https://support.mozilla.com/en-US/kb/Backing%20up%20and%20restoring%20bookmarks
    Importing Bookmarks from an HTML File
    * https://support.mozilla.com/en-US/kb/Importing%20Bookmarks%20from%20an%20HTML%20File
    Lost Bookmarks
    * https://support.mozilla.com/en-US/kb/Lost%20Bookmarks
    Recovering important data from an old profile
    * https://support.mozilla.com/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile
    Check and tell if its working.

  • Windows,buttons,colluns and keyboard layouts

    one basic question
    final cut 5 have a number limitations for saved windows,buttons,colluns and keyboard layouts?

    It's a Henway for "net language"
    http://www.urbandictionary.com/define.php?term=1337+speak
    N

  • [SOLVED] German keyboard layout working in XDM, but not in E17?

    Hello out there,
    After a fresh installation of my Arch Linux box, I want to use e17.
    Everything works fine, except that e17 does not take over the german keyboard layout that I configured for X.
    This is the content of my /etc/X11/xorg.conf.d/20-keyboard.conf:
    Section "InputClass"
    Identifier "keyboard"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Under XDM, I can enter Umlauts and everything is fine. In e17, this is not the case.
    I am sure that I already had this problem in the past but I can't remember the solution.
    Any ideas?
    EDIT: Now I put this in the file 10-evdev.conf, but with still no more effect.
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Last edited by beachcoder (2012-07-24 07:00:00)

    Solved only for basic variants of keyboard layouts. I use 'cz qwerty', but no option for this xkbmap variant is icluded into XKBSwitch module. Loading this variant manually via setxkbmap command is possible'but annoying... There is no support for XKB variants in e17 when X used and supported by e17 provide the job reliably but of extraordinary way for e17 configuration.

  • 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

  • Windows 7, can't change default keyboard layout.

    Hi!
      It's not the first windows I install but its the first time I can't change the default keyboard layout.  As usual I go in control pannel,region & language, (tab)keybard and languages, I press on change keyboard, Added the one I want ( Canadian french keyboard ) Put it on top of the list, tryed to delete the azerty keyboard I mistakly selected during the install and the option remove is greyed out.  I tryed rebooting still the same issue. I also tryed to set it as default in the administrative tabs still no result..   Is there a regkey I can modify or something?
    thanks!

    G
    o to: HKEY_CURRENT_USER\Keyboard Layout\Preload\1
    Change the data in 1 to be 00001009
    this should change your layout to the Canadian French one
    The best way to do it!
    Thank's!!

  • Keyboard layout issue only with Windows 7, not Windows 8

    Hello,
    I have a strange behaviour with Remote Desktop on Windows 7. I have a RDS 2012R2 deployment, with TS Gateways, broker and remote desktop collection. I have published a RemoteApp.
    My issue is with the keyboard layout send by the client. My server is in English - Swiss French keyboard.
    With my Windows 8 client, keyboard in "French", the keyboard used in my RemoteApp is correctly set to "French"
    With my Windows 7 client, keyboard in "French", the keyboard used in my RemoteApp is set to "Swiss - French". This is not the correct layout.
    Why under Windows 7 the keyboard layout is not send correctly ? 

    Hi Sebastien,
    Initially please use latest RDP version 8.1 for windows 7 and check the result. 
    If you want the session to use the default keyboard layout stored in the user profile instead of the layout provided by the Remote desktop Server client after the user logs on to the Remote desktop Server computer, you can set the IgnoreRemoteKeyboardLayout
    registry value to 1. After users first connect to the Remote desktop Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from
    the profile.
    To do so, please perform the following steps: 
    1. On the remote desktop server, click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following registry subkey:
     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
    3. On the Edit menu, click Add Value, and then add the following registry information:
     Value name: IgnoreRemoteKeyboardLayout
    Data type: REG_DWORD
    Value data: 1
    4. Quit Registry Editor.
    After you first connect to the Remote desktop Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Windows Welcome Screen Keyboard Layout

    Hello, I'm a Dvorak typist and I have changed my Windows settings to use that layout, but I cannot find (or there doesn't exist) an option to change the initial Welcome screen keyboard layout.  When locking my session or returning from screen saver
    mode, the layout is correct, but if I've logged out or restarted, the welcome screen reverts to Qwerty.  Is there an option to change this?

    Hi,
    I made a test in our testing environment, Windows 10 Technical Preview 9926 X64 English edition. After add the keyboard layout, such as Dvorak, we do need to restart the computer to let the setting come into effective.
    Therefore, please restart your computer for test.
    Roger Lu
    TechNet Community Support

  • 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

Maybe you are looking for

  • I have discovered FahCore_a4 running, how do I get rid of this pest?

    I thought at one point it would be a good idea to try 'Folding at Home' from Stanford University. I ended up saying forget it, and I thought I had uninstalled it from my 2010 MacBook Pro. Shortly after what I thought was the uninstall, the computers

  • Why does my printer only use 25% of the page and shrink to fit?

    when i print certain things it only uses 25% of the page. It is so small i can't read it. If i go to print preview and modify the size, it puts it on multiple pages. I can't figure out how to change any settings.

  • R3 settings for IDOC-IDOC scenario

    Hi, For IDOC to IDOC scenario what are the settings we have to in R3 System other than XI configuration settings. What are setting for both sender and receiver side. Thanks, Kishore

  • Consequences of adding a 3rd currency in PRD?

    Dear All,     We have upgraded my client's system during the past year, and we have a new requirement regarding the currencies they have today. They want to add a third currency to their system. The following are some doubts I have: 1. how will docum

  • Muse will not preview with edge animate

    Once I have published my Edge content I place it in Muse and then try to preview it using the preview button.  It will not work.  I preview my work using the Edge Animate previewer and it plays just fine.  I play the HTML file in Firefox and it works