Gentoo Archives: gentoo-user

From: Dave Jones <Dave.Jones@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] national keyboard in open office
Date: Tue, 09 May 2006 18:51:05
Message-Id: 4460DFFD.9060208@xs4all.nl
In Reply to: Re: [gentoo-user] national keyboard in open office by Pawel K
1 Pawel K wrote on 09/05/06 17:28:
2
3 >>Does composing the Polish characters work for you
4 >>under applications such as Mozilla Thunderbird?
5 >>What specific Polish characters are you missing, and
6 >>how do normally compose them?
7
8 It sounds as if you want to be able to produce accented characters such
9 as ÁÉÍÓÚ áéíóú ÀÈÌÒÙ àèìòù ÄËÏÖÜ äëïöü. Am I right in this assumption?
10
11 > Unfortunately I can't type Polish charecters under
12 > mozilla as well (tried both pl_PL and pl_PL.utf8). I
13 > expect to use right ALT + <character> e.g. right ALT +
14 > o should result with "ó" and now it results with just
15 > "o" both in Mozilla and OpenOffice. Left ALT + o opens
16 > F'o'rmat menu under OpenOffice.
17
18 Unfortunately, I don't know how much the Polish keyboard differs from
19 the us_intl layout. This might be a stupid suggestion, but try defining
20 your keyboard XkbLayout as us_intl.
21
22 Using the us_intl XkbLayout, typing the accented characters you want
23 works by hitting a quote ' and o to produce ó, without needing AltGr
24 (right Alt) pressed. Hitting ` and o produces an ò, " and o produces ö,
25 all without AltGr pressed. To produce a single ' or " you need to hit
26 ' or " followed by a space.
27
28 For some strange reason, on my system OpenOffice seems to need the
29 locale set to utf8 to work properly with international keyboard layouts.
30 Without it, the ' and " keys are dead, working only with AltGr pressed.
31
32 I don't understand why, but since I changed my locale to en_US.utf8, the
33 quote keys and Open Office work perfectly.
34
35 > While configuring xorg with xorgconfig I've chosen the
36 > following options:
37
38 > Please answer the following question with either 'y'
39 > or 'n'. Do you want to select additional XKB options
40 > (group switcher, group indicator, etc.)? y
41
42 > Group Shift/Lock behavior:
43 > 1 Right Alt key switches group while pressed
44
45 I have none of these options set in my xorg.conf, just XkbLayout set to
46 us_intl, nothing specified for (no)deadkeys or group switching either.
47
48 You could try this in your xorg.conf:
49
50 Section "InputDevice"
51 Identifier "Keyboard0"
52 Driver "kbd"
53 Option "AutoRepeat" "500 30"
54 Option "CoreKeyboard"
55 Option "XkbModel" "pc105"
56 Option "XkbLayout" "us_intl"
57 EndSection
58
59 After restarting X, try this from a xterm command prompt:
60
61 LC_ALL=en_US.utf8 oowriter2
62
63 Try this, and let us know if this lets you to enter accented characters
64 in Open Office.
65
66 With or without LC_ALL specified, you should be able to enter accented
67 characters in Mozilla Thunderbird too with XkbLayout set to us_intl.
68
69 Cheers, Dave
70 --
71 gentoo-user@g.o mailing list