Početak › Forumi › Linuks › Opšte Linuks diskusije › LXDE – Keyboard Layout ?
- This topic has 12 odgovora, 2 glasa, and was last updated 17 years, 3 months ranije by
LINUSER.
-
AutorČlanci
-
29. maj 2009. u 4:31 pm #11170
LINUSER
UčesnikŠta treba uraditi osim ovoga:
http://ubuntuforums.org/showthread.php?t=1039107
I couldn’t find a good solution, but this command line seems good enough (at least for me):
Code:setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,ar
It’s for Arabic, English switching using both Alt+Shift
and it worksda bi sa Alt+Shift promenili Keyboard Layout ?
29. maj 2009. u 5:34 pm #79065na12
UčesnikPodesis xorg.conf
[code]Option “XkbLayout” “us,ar”
Option “XkbOptions” “grp:switch,grp:alt_shift_toggle,grp_led:scroll”[/code]29. maj 2009. u 5:54 pm #79066LINUSER
UčesnikEvo kako xorg.conf sad izgleda
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection “Monitor”
Identifier “Configured Monitor”
EndSectionSection “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
DefaultDepth 24
EndSectionSection “Module”
Load “glx”
EndSectionSection “Device”
Identifier “Configured Video Device”
Driver “nvidia”
Option “NoLogo” “True”
EndSectionSection “ServerFlags”
Option “DontZap” “False”
EndSectionŠta ja tu da dodam da bi mogao da biram sledeće layouts:
Slovenian, Serbian (ćirilica), Greek29. maj 2009. u 6:05 pm #79067na12
Učesnik[code]Section “InputDevice”
Identifier “Keyboard0”
Driver “keyboard”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105”
Option “XkbLayout” “rs,si,gr”
Option “XkbOptions” “grp:switch,grp:alt_shift_toggle,grp_led:scroll”
EndSection[/code]29. maj 2009. u 6:19 pm #79068LINUSER
UčesnikEvo ga:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection “Monitor”
Identifier “Configured Monitor”
EndSectionSection “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
DefaultDepth 24
EndSectionSection “Module”
Load “glx”
EndSectionSection “Device”
Identifier “Configured Video Device”
Driver “nvidia”
Option “NoLogo” “True”
EndSectionSection “ServerFlags”
Option “DontZap” “False”
EndSectionSection “InputDevice”
Identifier “Keyboard0”
Driver “keyboard”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105”
Option “XkbLayout” “rs,si,gk”
Option “XkbOptions” “grp:switch,grp:alt_shift_toggle,grp_led:scroll”
EndSectionPosle:
setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll rs,si,gk
dobijam:
Error loading new keyboard description
29. maj 2009. u 7:33 pm #79069na12
UčesnikNe treba ti ovo na kraju,jednostavno reboot i vozi,i nije gk vec gr za grcki.
29. maj 2009. u 7:53 pm #79070LINUSER
UčesnikAlt + Shift -i ništa se ne dešava.
29. maj 2009. u 7:57 pm #79071na12
UčesnikKod mene na gentoo-u sa openbox-om radi,sad sam isprobao.
29. maj 2009. u 7:58 pm #79072LINUSER
UčesnikLXDE Ubuntu
29. maj 2009. u 8:00 pm #79073na12
UčesnikPa trebalo bi da radi,LXDE koristi Openbox kao WM.Da li si prepravio ono za grcki layout.
-
AutorČlanci
Moraš biti prijavljen da bi postavio komentar u ovoj temi.