You are not logged in.
Or how write with lithuanian leters with Fluxbox, or with Blackbox, or with Openbox... or with Enlightenment?
Goodbye!
Offline
You need to be more specific. Polish characters works in IceWM, just like in any other window manager, because all you need to display them is to choose font. I don't know how do you input text in IceWM, probably you mean xterm or something like that. Or you mean whole X.
Offline
Input text for example in Opera.
Goodbye!
Offline
You need to configure keyboard in Xorg.conf, and maybe Opera.
Offline
How configure?
Goodbye!
Offline
You need to read some documentation about configuring xorg. Maybe Arch wiki?
Offline
Thanks!
Goodbye!
Offline
How change from Lithuanian keyboard to english?
Goodbye!
Offline
you could try xkbset, it's in the AUR
Haven't been here in a while. Still rocking Arch.
Offline
Did this good code of 'etc/X11/xorg.conf':
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbLayout" "lt"
# Option "XkbVariant" ""
Option "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll"
EndSection
That possible change keyboard layout (http://wiki.archlinux.org/index.php/Xorg)?
Goodbye!
Offline
Is this a question or the answer to your question?
Haven't been here in a while. Still rocking Arch.
Offline
Thanks!
This a question.
But I try it and not change from English to Lithuanian keyboard, now I add to 'xorg.conf' this line: Option "XkbLayout" "gb"
Goodbye!
Offline
Maybe you should change from this:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbLayout" "lt"
# Option "XkbVariant" ""
Option "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll"
EndSection
To this:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "lt"
# Option "XkbVariant" ""
Option "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll"
EndSection
To clarify: I think you should only have one line for keyboard layout.
Offline
Thanks!
But if code is
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "lt"
# Option "XkbVariant" ""
Option "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll"
EndSection
, then work lithuanian letters, but can not change from lithuanian to english keyboard layout with Alt+Shift.
How do that?
Goodbye!
Offline
Hmm! Have you tried using KDE? In KDE, you can configure many keyboard layouts, then all you need to do is press an icon to change between them. Otherwise, I am sorry to say I do not know what to do.
Offline
I got it! You must do:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,lt"
# Option "XkbVariant" ""
Option "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll"
EndSection
See if it works!
Offline
Thanks.
Goodbye!
Offline
I use
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,lt"
Option "XkbOptions" "grp:switch,grp:caps_toggle,grp_led:scroll"
EndSection
and change my us and lt layout with caps lock key. Way faster than shift+alt
Offline
This work:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,lt"
Option "XkbOptions" "grp:switch,grp:caps_toggle,grp_led:scroll"
EndSection
Thanks!
Goodbye!
Offline