|
2009-12-27
, 14:34
|
|
Posts: 354 |
Thanked: 151 times |
Joined on Mar 2008
@ London (UK) / Zielona Góra (PL)
|
#22
|
I tried to reconfigure the Polish keyboard "my way". I had no troubles setting the dead keys for the requested characters... Three worked just fine (dead_abovedot, dead_ogonek and dead_acute), but the fourth didn't (dead_stroke). So you could use those (to avoid the uncomfortable typing of ą) but still have to map something to get the the Ł :(
Maybe's just this bug: https://bugs.maemo.org/show_bug.cgi?id=2259. Should we fill it for Freemantle?
About the fourth level: have you tried to map Shift+Fn as fourth level? That way you'll keep the virtual keyboard and still get an additional level...
|
2009-12-27
, 17:40
|
Posts: 11 |
Thanked: 11 times |
Joined on Dec 2009
@ Trst - Trieste, Italy
|
#23
|
How do you exactly do it in "your way"? Could you share bits from your rx-51 that would show that?
partial alphanumeric_keys xkb_symbols "pl" { include "nokia_vndr/rx-51(english_base)" include "nokia_vndr/rx-51(arrows_4btns)" name[Group1] = "Polish"; // 1. row key <AB08> { [ dead_stroke, dead_acute, dead_ogonek, dead_ogonek ] }; // 2. row key <AB09> { [ period, comma, dead_abovedot, dead_abovedot ] }; };
I don't know how to recreate this, so dont know whether that's a bug or not.
Yes, that's what I'd thought and in theory 4th level should be accessible by Fn+Shift, as Fn acts as RALT and always switches 3rd level on and then Shift always raises current level by 1, so 3+1=4. I've studied xkb conf files end-to-end and that's how it should work, so I guess it's another platform bug?
|
2009-12-27
, 20:54
|
Posts: 53 |
Thanked: 48 times |
Joined on Dec 2008
@ Montreal, Canada
|
#24
|
setxkbmap us
The Following 5 Users Say Thank You to born2wonder For This Useful Post: | ||
|
2009-12-28
, 00:02
|
|
Posts: 354 |
Thanked: 151 times |
Joined on Mar 2008
@ London (UK) / Zielona Góra (PL)
|
#25
|
Here you go:
Code:partial alphanumeric_keys xkb_symbols "pl" { include "nokia_vndr/rx-51(english_base)" include "nokia_vndr/rx-51(arrows_4btns)" name[Group1] = "Polish"; // 1. row key <AB08> { [ dead_stroke, dead_acute, dead_ogonek, dead_ogonek ] }; // 2. row key <AB09> { [ period, comma, dead_abovedot, dead_abovedot ] }; };
Just try... the dead_stroke won't work... you'll get nothing more than the letter you type afterwards :(
Maybe they haven't implemeted it yet...
https://bugs.freedesktop.org/show_bug.cgi?id=6887
|
2009-12-28
, 00:11
|
Posts: 519 |
Thanked: 366 times |
Joined on Sep 2009
@ North Carolina (Formerly Denmark and Iceland)
|
#26
|
Hi Alex would it be possible for you to give me detailed information as to how I can make my own Icelandic keyboard and apply that to my N900
Kveðja
Pétur
|
2009-12-28
, 07:15
|
Posts: 11 |
Thanked: 11 times |
Joined on Dec 2009
@ Trst - Trieste, Italy
|
#27
|
OK, I get it now. Unfortunately, that's not quite convenient as different keyboard combinations are required for different chars.
|
2009-12-28
, 10:55
|
|
Posts: 354 |
Thanked: 151 times |
Joined on Mar 2008
@ London (UK) / Zielona Góra (PL)
|
#28
|
Regarding the fourth level: I've discovered that the default "FOUR LEVEL ALPHABETIC" scheme reaches the fourth level via shift or caps lock: you basically have two levels + two capitalized versions of the very same letters. But we could change it to a plain "FOUR LEVEL" scheme: this way you should reach the fourth level via shift + Fn. :D
|
2010-01-08
, 16:28
|
Posts: 52 |
Thanked: 73 times |
Joined on Feb 2009
@ Corunha
|
#29
|
The Following 12 Users Say Thank You to Alberto Garcia For This Useful Post: | ||
|
2010-01-09
, 16:45
|
Posts: 17 |
Thanked: 0 times |
Joined on Jan 2010
|
#30
|
I tried to reconfigure the Polish keyboard "my way". I had no troubles setting the dead keys for the requested characters... Three worked just fine (dead_abovedot, dead_ogonek and dead_acute), but the fourth didn't (dead_stroke). So you could use those (to avoid the uncomfortable typing of ą) but still have to map something to get the the Ł
Maybe's just this bug: https://bugs.maemo.org/show_bug.cgi?id=2259. Should we fill it for Fremantle?
About the fourth level: have you tried to map Shift+Fn as fourth level? That way you'll keep the virtual keyboard and still get an additional level...
Last edited by Mitja; 2009-12-27 at 17:16.