You are not logged in.

#1 2006-08-29 03:56:22

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How write with lithuanian leters with IceWM?

Or how write with lithuanian leters with Fluxbox, or with Blackbox, or with Openbox... or with Enlightenment?


Goodbye!

Offline

#2 2006-08-29 18:59:21

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How write with lithuanian leters with IceWM?

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

#3 2006-08-30 10:04:31

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

Input text for example in Opera.


Goodbye!

Offline

#4 2006-08-30 11:47:52

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How write with lithuanian leters with IceWM?

You need to configure keyboard in Xorg.conf, and maybe Opera.

Offline

#5 2006-08-30 12:50:47

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

How configure?


Goodbye!

Offline

#6 2006-08-30 22:02:55

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How write with lithuanian leters with IceWM?

You need to read some documentation about configuring xorg. Maybe Arch wiki?

Offline

#7 2006-08-31 02:30:28

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

Thanks!


Goodbye!

Offline

#8 2006-08-31 13:16:04

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

How change from Lithuanian keyboard to english?


Goodbye!

Offline

#9 2006-08-31 13:26:03

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How write with lithuanian leters with IceWM?

you could try xkbset, it's in the AUR


Haven't been here in a while. Still rocking Arch. smile

Offline

#10 2006-08-31 14:11:34

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

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

#11 2006-08-31 14:40:15

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How write with lithuanian leters with IceWM?

Is this a question or the answer to your question?


Haven't been here in a while. Still rocking Arch. smile

Offline

#12 2006-08-31 15:05:15

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

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

#13 2006-08-31 16:30:58

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: How write with lithuanian leters with IceWM?

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

#14 2006-08-31 16:38:53

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

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

#15 2006-08-31 16:42:27

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: How write with lithuanian leters with IceWM?

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

#16 2006-08-31 17:04:34

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: How write with lithuanian leters with IceWM?

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

#17 2006-08-31 17:56:48

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

Thanks.


Goodbye!

Offline

#18 2006-08-31 19:03:50

brotheris
Member
Registered: 2006-01-17
Posts: 23

Re: How write with lithuanian leters with IceWM?

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

#19 2006-09-01 09:48:34

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How write with lithuanian leters with IceWM?

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

Board footer

Powered by FluxBB