r1 - 10 Jul 2006 - 20:03:24 - MathieuLutfyYou are here: TWiki >  Ltsp Web  >  TroubleShooting > Troubleshooting-KeyboardBulgarian
To configure the Bulgarian keyboard (usually used with the US english keyboard as well), add the following lines your /opt/ltsp/i386/etc/build_4x_cfg file:

#----- around line 147, in Section "InputDevice":
       Option      "XkbRules"  "${XKBRULES}"
       Option      "XkbCompat" "${XKBCOMPAT}"
       Option      "XkbOptions" "${XKBOPTIONS}"
       Option      "XkbVariant" "${XKBVARIANT}"
#------ 

Set the values in /opt/ltsp/i386/etc/lts.conf:

        XkbRules           = "xfree86"
        XkbLayout          = "us,bg"
        XkbCompat          = "group_led"
        XkbOptions         = "grp:alt_shift_toggle,grp_led:scroll"

To use the "phonetic" keyboard instead of BDS, add:

        XkbVariant         = "phonetic"

The above example uses the Alt+Shift combination to switch the keyboard maps (us, bg). You can also use grp:ctrl_shift_toggle or grp:caps_toggle, for example. The keyboard "scoll lock" led is active when using the Bulgarian keyboard map.

References:

-- MathieuLutfy - 10 Jul 2006

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback