LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   way to switch keybaord layouts and languages (https://www.linuxquestions.org/questions/linux-newbie-8/way-to-switch-keybaord-layouts-and-languages-451111/)

okok 06-03-2006 01:07 AM

way to switch keybaord layouts and languages
 
So far I have worked only with KDE, which has built-in support for multiple keyboard layouts (albeit somwhat primitve compared to windows): you just choose the layouts you want and use keyboard shortcuts or a small applet on the kde bar to switch between them as necessary.

I am now trying to figure out a way to make this work in Puppy Linux, which uses JWM.

To make it show non-lating fonts one only has to place the required fonts in its fonts directory.

But so far I failed to find a way to switch between keyboard layouts so that I can type non-lating and latin the way I can with KDE or in Windows.

Any advice?

Emerson 06-03-2006 07:37 AM

Put following into your xorg.conf
Code:

Option  "XkbLayout" "us,de"
Option  "XkbOptions" "grp:alt_shift_toggle"

SHIFT+ALT will toggle keyboard layouts, US and DE in above example.

There are more ways to do it. Here is another.

okok 06-03-2006 07:39 AM

Thank you very much!


All times are GMT -5. The time now is 06:13 PM.