HOWTO:Change Installed Keyobard Layouts
From PardusWiki
(Difference between revisions)
(New page: First, disable the kde keyboard layout from Tasma. Go to Peripherals - Keyboard layout-then remove the tick from "Enable keyboard layouts" Then go to start menu-->programs-->system-->more...) |
|||
| Line 12: | Line 12: | ||
Then replace | Then replace | ||
| − | Option "XkbLayout" "us" | + | Option "XkbLayout" "[current keyboard layout e.g. "us"]" |
with | with | ||
| − | Option "XkbLayout" " | + | Option "XkbLayout" "[current layout],[other layout]" |
You can also choose the key combination for switching the keybord layouts: | You can also choose the key combination for switching the keybord layouts: | ||
Revision as of 17:17, 29 October 2008
First, disable the kde keyboard layout from Tasma. Go to Peripherals - Keyboard layout-then remove the tick from "Enable keyboard layouts"
Then go to start menu-->programs-->system-->more applications-->FIle manager-super user mode and type your password. Then paste that in the location bar: /etc/X11/ and open the text file "xorg.conf"
FInd the section
Section "InputDevice" Identifier "Keyboard"
Then replace Option "XkbLayout" "[current keyboard layout e.g. "us"]"
with
Option "XkbLayout" "[current layout],[other layout]"
You can also choose the key combination for switching the keybord layouts:
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" for intance CTRL+SHIFT
or
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" for intance ALT+SHIFT
Then save the changes.