General :: Non Cyclic Switching Between Keyboard Layouts

Feb 14, 2010

I have three keyboard layouts: en, ru and ua. Now I switch between layouts by pressing Ctrl+Shift (en->ru->ua->en->ru...). Here is part of my xorg.conf

Code:
Option "XkbRules""xorg"
Option "XkbModel""pc101"
Option "XkbLayout""us,ru,ua(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,lv3:none,ctrl:caps,grp_led:scroll,caps:internal,compose:ralt"

I want to setup non cyclic switching with next sheme:
CapsLock - switch to en
CapsLock+Shift - switch to ru
CapsLock+Ctrl - switch to ua

I've read an xkb manuals and some articles about it but can't understand how I can setup xkb for non cyclic switching.

View 8 Replies


ADVERTISEMENT

Debian :: Multimedia Keys And Non-cyclic Switching Off Keyboard Layouts

Nov 9, 2015

After installing Debian 8.2 I tested my multimedia keys and they all are correctly detected by xev and works as expected. Then I start to configure my keyboard. I need to use three keyboard layouts EN, UA and RU. By default I can switch between them using selected keyboard shortcut with following pattern: en→ua→ru→en→ua... But I want to switch layouts independently, using different keys for each layout, for example: qWCapsLock — enable EN layoutShift+CapsLock — enable UA layoutCtrl+CapsLock — enable RU layoutAfter googling and reading different forums I come to following solution (here is documents and discussion in russian). Create files

/usr/share/X11/xkb/compat/mycompat
Code: Select all 
default partial xkb_compatibility "default"  {
   interpret Mae_Koho {
       action= LockGroup(group=3);
   };
   interpret Zen_Koho {
       
[code]...

This works perfectly, but all multimedia keys now not recognized by xev and as result they does not work. I know that I can use xmodmap to map keys, but maybe same result can be achieved by fixing some of the newly created files or setxkbmap+xkbcomp command listed above.

View 0 Replies View Related

Debian Multimedia :: Switching Keyboard Layouts Doesn't Do Anything

Feb 21, 2015

I cannot get to type in romanian letters (just a standard US keyboard layout that has those letters mapped to the puctuation keys next to Enter) when switching from US to RO. Here's what I have in /etc/default/keyboard:

Code: Select allXKBMODEL="pc104"
XKBLAYOUT="us,ro"
XKBVARIANT=""
XKBOPTIONS="grp:alt_shift_toggle,lv3:ralt_alt,grp_led:scroll"
BACKSPACE="guess"

I can switch between the layouts, as fbxkb indicates, but instead of being able to type in the said letters, I get the punctuation marks you would normally get on a US keyboard.Yes, I have restarted after configuring the file mentioned above, and yes, I was able to use this layout properly on my last CrunchBang install (which I had to wipe and reinstall unfortunately).I'm on CrunchBang Linux, with Debian unstable repos.

View 14 Replies View Related

Debian Multimedia :: Inconsistency In Switching Keyboard Layouts

Jan 7, 2016

I had debian 7 with GNOM,XFCE and LXDE woking fine. After I upgraded it to debian 8 (the DE mentioned also upgraded to e newer versions) I started having problems with switching between US and RU keyboard layouts. It now behaves as if I have two US layouts and one RU, so when I press CTRL+SHIFT several times the layout changes as follows: US-RU-US-US-RU-US-US-RU etc.

This happens in all the three DEs installed. If I exit a DE using CTRL+ALT+F1 to the command line the layout switches normally. So I guess something wrons is with DEs.

My /etc/default/keyboard file reads as follows:

Code: Select allXKBLAYOUT="us,ru"
XKBVARIANT=","
XKBOPTIONS="grp:ctrl_shift_toggle"
XKBMODEL="pc105"
BACKSPACE="guess"

View 4 Replies View Related

Fedora :: Switching Keyboard Layouts Using Windows Manager?

Nov 17, 2009

In Fedora 11 I cannot switch keyboard layouts between English-Russian-Ukrainian when using window managers other than Gnome/Metacity/Openbox. However, I can see my custom "us,ru,ua" layout in GDM. My "/etc/hal/fdi/policy/10-keymap.fdi" file is as follows:

Code:
<?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">us,ru,ua</merge>
<!-- <merge key="input.xkb.variant" type="string">,,winkeys</merge> -->
<merge key="input.xkb.options" type="string">grp:ctrl_shift_toggle,grp_led:scroll</merge>
</match>
</device>
</deviceinfo>

The file "/etc/sysconfig/keyboard" is
Code:
KEYBOARDTYPE="pc"
KEYTABLE="ru-cs"
LAYOUT="us,ru,ua"
MODEL="pc105+inet"
OPTIONS="grp:ctrl_shift_toggle,grp_led:scroll"
VARIANT=""
Does this problem persist in Fedora 12?

View 1 Replies View Related

General :: Download Additional Keyboard Layouts In Ubuntu

Jun 11, 2010

I have a Brazilian Keyboard that I need to use in my machine for some testing, but none of Brazilian Layouts that came with Ubuntu Lucid Lynx release are 100% compatible (I'm missing question marks and "/").

How do I download additional keyboard layouts? Is it possible? It's a HP KU-0316 model (Brazilian Version).

By the way, it's an english installation with a Brazilian keyboard. Does it have some effect in the problem I'm describing or shouldn't matter?

If it's not possible to download this keyboard layout, can I at least try to use an utility to "map" my failing keys?

View 2 Replies View Related

Ubuntu :: Can't Add More Than Four Keyboard Layouts

Feb 26, 2010

I work in a lot of different languages that use different fonts (Greek, Hebrew, Syriac, Ethiopic, etc.). I have added four keyboard layouts under Keyboard Preferences > Layouts. But now the "Add" button is grayed out. Is there a limit on the number of layouts you can have active? If so, is there any way to get around this? It's a real pain if I have to add and remove layouts all the time, especially because I'm sometimes testing new custom layouts as well.

View 9 Replies View Related

Ubuntu :: How To Switch Between (three) Keyboard Layouts

Apr 18, 2010

I wish to have three different keyboards layouts on my laptop.
German, English and Russian
Moreover I am looking for way that I can switch between them easily.

View 5 Replies View Related

Software :: Nix Allow To Configure More Than 4 Keyboard Layouts?

Jun 2, 2010

I am now doing just about all my work in Weakdows due to this retarded issue. I'm flabbergasted that not only is a function so crucial so limited, but in addition nobody seems to give a rat's ass about it. If you're not familiar with the issue, just go ahead and try configuring more than four keyboard layouts. If you can, tell me what distribution you're using and we'll be good, but I believe there's something that changed about the central X service which provides for layout changing which prevents it.

I'm a linguist and it's important for me to be able to type in English - on Dvorak and Qwerty - German, Turkish, Russian, Arabic, Japanese and whatever else I need to at any given time. I'm not the only person who does this, and a significant number of us like to be able to control our computers, which is why we use Linux. So it's clear to me that whoever made the decision to put this restriction on keyboard functionality just wasn't thinking at all.
</rant>

Does anyone know of a *nix that can handle configuring more than four keyboard layouts? Is there even a hack that will allow me to get around this issue? I had thought about creating a script to swap the config file so I'd at least be able to access multiple configurations of 4 keyboards easily, but between not knowing where that config file is and being pretty bad at bash I never pursued it.

View 4 Replies View Related

Fedora :: Keyboard (Qwerty) Layouts And Dvorak

Jul 11, 2009

I have a keyboard with a hardcoded dvorak layout. It makes things easy (I don't have to set a keyboard layout), but I'm considering switching to programmer dvorak because of the amount of programming which I do. My question is this: If I set the keyboard layout in the OS to programmer dvorak, will it cause problems with my native dvorak keyboard? In other words, do the keyboard layouts in the OS assume that the original keyboard layout is qwerty and then shift keys around accordingly?

View 2 Replies View Related

Ubuntu :: How To Request New Option For Keyboard Layouts

Jun 15, 2010

I am using Ubuntu 10.04 on my Macbook Pro 3,1. I would like it if there was an option in Preferences > Keyboard > Layouts > Options that if selected would swap the Ctrl and Command keys around so that those keys would behave like they do in Mac OS. On the macbook pro the keys go fn, ctrl, alt, command, space etc. and it's really much easier to use command (with your thumb) + z/x/c/v/b/w/q/r/a etc. than it is to use ctrl (with your little finger). If your keys are in the same order as mine, try it. I'm sure you'll find it downright awkward using your little finger for ctrl. You might think that I'm just not used to it but that's not it.

I was used to using ctrl for years and when I started using my macbook pro I was astounded by how much easier it is to use command. In Ubuntu 9.04 and 9.10 on my mac I was able to remap the keys with xmodmap but while with 10.04 the keys are remapped according to xev it has no effect on their behaviour. I can't imagine adding one more option to the list would be that hard. I have learned how to code in the past but it has been years and years and wouldn't have the first clue where to start in Linux. How I can find and contact the developers of this part of GNOME so that I can make the request?

View 4 Replies View Related

Ubuntu :: Multiple Keyboard Layouts For Different Users SSH

Feb 7, 2011

I work in a company where the Ubuntu server is managed by different people around the world.
Day-to-day admin : me in France with an Azerty keyboard
Level 1 24/7 support : team in US with a Qwerty keyboard

Of course there's commands like sudo dpkg-reconfigure console-setup but this one affects the whole system. I've searched quite a lot on how to change the keyboard layout for one person only, but it always relates to the Gnome interface. So I'd like to know if you knew a way to locally change the keyboard layout, only the SSH connection of the user? Maybe in the startup scripts of the bash session, or even better, when the user types his user login (so it detects his language and automatically switches to the right keyboard).

View 5 Replies View Related

Ubuntu :: Installing Alternate Keyboard Layouts?

Mar 25, 2011

On a system I did not initially setup, I'm trying to figure out how to switch to Dvorak. I know how to do it normally through gnome, but it looks like there weren't any alternate keyboard layouts installed. Does anyone know what package/packages i need?

View 6 Replies View Related

Ubuntu :: How To Create Keyboard Layouts In Natty

Apr 28, 2011

I use a keyboard layout that I made a while back because I need very special diacritics for my academics. I copied my files 10.10 into 11.04, but I still don't have the option to use the layout.

View 3 Replies View Related

Ubuntu :: Xubuntu 11.04 - Adding Keyboard Layouts?

May 27, 2011

I'm using Xubuntu 11.04. I used to use two keyboard layouts, English and German. I switched between the two using the "Keyboard Layouts" XFCE panel item. And all was good. But I recently tried to add Russian to the options, and then things went awry. When I click on the keyboard layout, a dropdown box opens with the three options, but whenever I click on Russian, the icon doesn't change and neither does the keyboard layout. German works fine. When I deleted German from the options, I was able to switch to the Russian flag, but the layout switched to German. No matter how much I fiddle with it, I can never get a Russian layout. Perhaps I'm missing something required for Cyrillic characters?

View 1 Replies View Related

CentOS 5 Hardware :: Changing Between 2 Keyboard Layouts?

Feb 13, 2011

Is there a shortcut key for switching between US and Dvorak key layouts? I have both setup in preferences but don't see how change it when needed.

View 1 Replies View Related

Debian :: Keyboard Applet Does Not Display Preview Of Layouts

Dec 1, 2010

The Gnome keyboard layout applet, accessible by:
System | Preferences | Keyboard | Layouts | Add...
does not display preview of chosen layout after selecting it. What could be broken?

View 8 Replies View Related

Debian :: Script For Changing Keyboard Layouts Won't Work

Nov 1, 2015

I had composed about 4 meticulous paragraphs and when I went to submit it all, the forum had logged me out and all the entire post got blown away. Don't have the time to do it again. Hope the abbreviated version makes sense.

Trying to write scripts to change keyboards on the fly (my wife is a luddite and either I automate it or she won't use the machine.)

Wrote a file named "ChangeKeyboardToUS" which reads

#!/bin/bash
# Change keyboard layout to standard US
chmod 755 setxkbmap us intl

All that syntax is as per [URL] ....

I put that file into my local bin (home/bj/bin) and in terminal add that to my path with the command:

export PATH=$PATH:/home/bj/bin.

When I run the script in a terminal (by typing "ChangeKeyboardToUS" I get "Permission Denied". Even running it as su, still get the same response.

View 14 Replies View Related

OpenSUSE :: Is There GUI Tool To Change Keyboard Layouts In XFCE?

Dec 4, 2010

Is there a GUI tool to change keyboard layouts in XFCE? So far, I haven't been able to find one. I'm using setxkbmap in console to change the layout. If there is no graphical tool, is there any way to make the setxkbmap change permanent so that XFCE uses the desired keyboard layout on startup?

View 1 Replies View Related

Ubuntu :: Shortcut Setup To Switch Keyboard Layouts

Nov 30, 2010

I am using Gnome 2.32 (Ubuntu 10.10 /x64 ).
By using the supplied keyboard configuration utility I successfully set up two language layouts and they work perfectly. Since I also often work on Windows and default shortcut to switch layouts in it is Alt+Shift (and after many years I am very used to this), I tried to setup the same shortcut in Gnome. But with a Gnome I have a problem: once I press Alt+Shift - layouts switch immediately and I am unable to do Alt+Shift+<Something> shortcuts.

So my main question is:
Is it possible to teach Gnome's keyboard layout switcher to do the actual switch of layouts only if I press and release the Alt+Shift combination without touching any other keys?

View 2 Replies View Related

Debian :: Build Live Usb-hdd With 2 Different Keyboard Layouts For Xfce Desktop?

Feb 18, 2011

Howto build live usb-hdd with 2 different keyboard layouts for xfce desktop?

View 2 Replies View Related

Ubuntu :: Cannot Type Letters With Diacritical Marks Using Latvian Keyboard Layouts

Jan 13, 2010

I have added a Latvian keyboard layout to my Ubuntu 9.10 system (Russian as the system language). I cannot type Latvian letters with diacritical marks. I chose an apostrophe-based keyboard layout, so that I get the letter I need by pressing an apostrophe before. For example, to get ā, I would press 'a.The problem is, when I press ' followed by a letter or space bar, nothing appears on the screen. I continue typing as normal, but each time I press an apostrophe, the next character I press displays nothing on the screen. I have tried installing a Latvian language pack through System -> Administration -> Language Support. It was generally a useful addition. But it did not solve the problem. I still could not type Latvian. After that, I tried removing the Latvian layout from settings and adding it again. It did not help. I tried removing the layout, restarting my computer, and adding the layout back. The problem was not resolved.

I have tried different Lativan layouts (with tilde, with F, and standard). I had the same problem regardless of the layout I used. I browsed dozens of forum threads, and in one of them I found a workaround for this problem. For example, to type �, I hold down Shift and Control together, and while holding them press u0160 (because 0160 is a hex code for � in the character map). The first 0 is not significant, so to save time I type u160. I looked up the hex codes for the letters I need in Applications -> Accessories -> Character Map. In that application, at the bottom of the window, for each letter there is a code U+(four hex digits) e.g. U+012A. I wrote out all the codes I need on a small paper slip and stuck it to my monitor.Entering symbols this way is rather inconvenient. But at least it is possible.How to enter Latvian letters using just a Latvian keyboard layout? Is it a bug I should file? Would be great to find out.

View 4 Replies View Related

Fedora :: Fonts Display In Open Office Writer - Creating Keyboard Layouts

Jan 16, 2010

1. Does Fedora 12 support ICU 4.4 Development Milestone 3 (ICU 4.3.3) with Unicode 5.2 full integration.(M3) ?

Microsoft's Uniscribe (usp10.dll) actually does not, neither in Windows XP nor in Windows 7. Will say is it possible to display complex scriptures like Devanagari, Avestan, Arabic etc. in Open Office Writer 3.1.1 via Fedora 12?

2. Is there any feature in Fedora 12 to build one's own Keyboard Layouts (like Microsoft's, Keyboard Layout Creator which isn't able to create Keyboard Layouts using Unicode Ranges bigger than U+ffff)?

View 3 Replies View Related

General :: Change Or Disable The Keyboard Shortcut Switching Between Workspaces (GNOME)?

May 10, 2010

Is there a way to change or even disable the keyboard shortcut switching between workspaces?
(GNOME)

View 3 Replies View Related

Ubuntu :: Keyboard Layout Switching In 10.04

Sep 19, 2010

A few months ago I upgraded one of my Ubuntu boxes to 10.04.1 and haven't been able to switch keyboard layouts ever since. I have US and Russian Phonetic keyboards and used to be able to switch between them using the keyboard switching panel applet back when I was using Karmic Koala. Now the applet is gone and not even available in the list of applets.

I understand the applet has been removed in the new Ubuntu. But why? And what other means of switching keyboard layouts are available now?

The trouble is that I have never been able to switch layouts without the applet -- none of the keyboard shortcuts I tried under Preferences > Keyboard > Layouts ever worked in any version of Ubuntu. Now I can't even test the Russian layout inside the Layouts tab, i.e. when I select Russian Phonetic and type something in the test box below I keep getting US layout characters.

View 6 Replies View Related

Ubuntu :: Add Desktop Switching Keyboard Shortcuts?

Dec 29, 2010

i cant't seem to find a way to do it.

I successfully add a keyboard shorcut to launch konsole manually with khotkeys, but i don't know what command to bind to move to right, left, up, down desktops like in ubuntu.

For example in ubuntu there is ctrl+alt+arrow and ctrl+alt+shift+arrow to move through workspaces and move windows between them. Not so in kubuntu.

View 1 Replies View Related

Ubuntu :: Switching Keyboard Layout In Console Only?

Feb 7, 2010

I am logging into an Ubuntu 8.04 machine using ssh, so I use a console. The keyboard layout is US-standard, obvioulsy. However, I would like to use french-canadian keyboard layout. And I don't know at all how to switch it in console. Give me Gnome or KDE, and we're done. But this is console only. I guess it has to do with the loadkeys command. Ok. I retrieved from the web a file cf.map.gz. Maybe ubuntu requires a different kind of file? Using "locate cf.map" I get nothing, except the file I have downloaded. Any package I should demand to be installed? (if yes, what do I do once they are in?) I tried using both the .gz and uncompressed files.

Code:

loadkeys cf.map.gz
Couldnt get a file descriptor referring to the console

Code:

loadkeys -u cf.map.gz
Couldnt get a file descriptor referring to the console
Loading cf.map.gz

[code]....

They tell us about some program, console-data, using root privileges. Intriguing, but I am only a user, and do not have any root privileges. The system admin. has never used another keyboard layout, and knows even less than I on this matter. I tried similar stuff on my openSUSE at home, on a newly created experimental account, and I am equally unable to change within the console the keyboard layout (similar error messages).

View 2 Replies View Related

Fedora :: Changing Keyboard Shortcut For Switching Between Workspaces?

Nov 8, 2010

I'd like to change the keyboard shortcuts for switching between workspaces. I have compiz enabled. In Ubuntu I see entries for these keyboard shortcuts in the Keyboard Shortcuts preferences app. They are not there on my Fedora 14 system. How can I add them?

View 1 Replies View Related

Ubuntu :: Keyboard Shortcuts For Nautilus And Gedit (switching Tabs)?

Apr 28, 2010

I find it weird that Ctrl+Tab doesn't switch tabs in both Nautilus nor Gedit. I've been fine with Gedit's Ctrl+Alt+Page alternative, but I can't find any shortcut for that task in Nautilus. It would be great if I could somehow customize it to Ctrl+Tab in both programs. Is that possible?

View 8 Replies View Related

CentOS 5 :: KDE Keyboard / Mouse Freeze / Buggy When Alt-tab'ing / Switching Between Windows

Jun 13, 2010

I'm a long time user of CentOS 5 w/KDE 3.5. I have always had this problem to various degrees no matter what installation of CentOS 5 I'm currently on. This same hardware does not exhibit the same symptoms with another OS.The problem is I regularly have many konsole instances open. I alt-tab between them frequently. Inevitably a random alt-tab will freeze the keyboard and the mouse won't be able to click anything although I can move the mouse cursor around. I can't type anything. It seems to have some sort of timeout and it always come back to responsiveness.

I alleviated this problem (I think) by switching keyboards, installing the nvidia driver instead of the nv driver, shutting down all non-essential services.I have seen these symptoms on every system I have installed CentOS 5 where KDE 3.5 was also installed. Very different hardware setups each time.Has anyone else run into similar symptoms?I'm surprised that it's just CentOS 5 w/KDE 3.5 that exhibits this behaviour on the same hardware where other operating systems (gentoo, suse, etc.) did not exhibit these symptoms.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved