Need Ubuntu program that allows 5+ FL keyboard layout groups  | Needs Regular Fix | | Join Date: Jan 2007 Location: MN, USA - but rather be in UK
Posts: 356
| | |
I'm looking for a program or command line or anything that would allow me to have more than the maximum 4 keyboard layout language groups that keyboard preferences in Ubuntu restricts me too. I can work with 5, but more would be better. I like to switch between US and UK but need German, Russian, Hebrew, Greek, and French as I use these languages often either in conversing, researching, Bible Study, or word game making. Its a pain in the rear to have to go into preferences to disable a keyboard layout so that I can add one I need. Currently, I only have US, German, Hebrew, and Russian keyboard layouts.
Thanks!
|  | Moderator | | Join Date: Aug 2007 Location: Germany
Posts: 2,466
| | | re: Need Ubuntu program that allows 5+ FL keyboard layout groups
I'm not sure if this is the solution, but try this: - Open a terminal
- Make a copy of the xorg.conf file:
- sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BACKUP
- Edit the xorg.conf file with your favourite browser, e.g.:
- sudo gedit /etc/X11/xorg.conf
(You can replace gedit with annother editor, like vim, nano, kate, gvim, mousepad, ed or any other one you choose.) - Look for the section called "InputDevice" and the Identifier "Generic Keyboard"
- Add whatever layouts you want to the option "XkbLayout" if that exists. Which entries you'll need I can't say for sure, but US will most likely be "us", UK "gb" or "uk", german will be "de" (maybe "de_nodeadkeys") and greek will probably be either "gr" or "el". The rest, you'll have to find out for your self. I'm sure, Google will help you there. You can also try checking the directory, where the keymaps are saved - on my system, that's
- /usr/share/X11/xkb/symbols
Hope, that helps. If it doesn't, just restore the previous settings with: - sudo rm /etc/X11/xorg.conf && sudo mv /etc/X11/xorg.conf.BACKUP /etc/X11/xorg.conf
Greetings,
Nepomuk
|  | Needs Regular Fix | | Join Date: Jan 2007 Location: MN, USA - but rather be in UK
Posts: 356
| | | re: Need Ubuntu program that allows 5+ FL keyboard layout groups
That doesn't work. ;) But that's okay. I'm going to go through the SCIM manual. It does have some issues with Opera, but I went back to Firefox, as Opera and Ubuntu really doesn't work well anyhow.
My keyboard is acting up again (pre-ubuntu issue). So I think it is wise I replace it before I get more than 4 keyboard layouts working only because if screen freezes or something that causes me to have to reboot, I might have issues logging in only because my keyboard might not work properly. I'm typing in caps now. :D But you won't see caps.
|  | Moderator | | Join Date: Aug 2007 Location: Germany
Posts: 2,466
| | | re: Need Ubuntu program that allows 5+ FL keyboard layout groups
OK, good luck with that then!
Mind you, I've never had real problems with Opera and Ubuntu, but then I haven't used it that much either. Firefox is certainly a good choice. ^^
Greetings,
Nepomuk
|  | Similar Unix / Linux / BSD bytes | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,295 network members.
|