SuSE 8.1 and typing in foreign languages - some characters not sh owing up!
Hello! Quick question on typing in foreign languages... I've got a laptop with a US keyboard, and a docking unit with a UK keyboard. In KDE I've enabled UK and US English, as well as Russian and Romanian. If I open Kword or any other word processing program I can type in Russian, and even the UK keyboard entries (£works correctly. However, in Romanian I can't get any of the special characters. I even tried in Spanish and it didn't work. Romanian keyboard isn't much different than an English qwerty, except that the ', #, [, ] are dedicated to special characters, and a few other keys are switched around. Any suggestions? Cheers, MJR
Matthew_Riain@Dell.com さんは書きました:
I've got a laptop with a US keyboard, and a docking unit with a UK keyboard. In KDE I've enabled UK and US English, as well as Russian and Romanian.
If I open Kword or any other word processing program I can type in Russian, and even the UK keyboard entries (£works correctly. However, in Romanian I can't get any of the special characters. I even tried in Spanish and it didn't work.
Spanish appears to work without problems after executing setxkbmap es nodeadkeys then it behaves exactly like on the picture shown at http://www.uni-regensburg.de/EDV/Misc/KeyBoards/ http://www.uni-regensburg.de/EDV/Misc/KeyBoards/keys16l.jpg Executing "setxkbmap es nodeadkeys" in the command line of a terminal has exactly the same effect as selecting "Spanish" and "nodeadkeys" in the KDE control centre.
Romanian keyboard isn't much different than an English qwerty, except that the ', #, [, ] are dedicated to special characters, and a few other keys are switched around.
How does a "standard" Romanian keyboard look like? Like this?: http://www.uni-regensburg.de/EDV/Misc/KeyBoards/ http://www.uni-regensburg.de/EDV/Misc/KeyBoards/east11.jpg
Any suggestions?
It looks like there is no such keyboard layout available yet. Apparently there is only one Keyboard map for Romanian currently available: /etc/X11/xkb/symbols/ro but this is very simple and doesn't agree with the above picture. It contains only: // symbols definition for a very simple Romanian Keyboard layout. // // We basically override some modifier_keys so that using the Right Alt // and the corresponing letter we are able to generate the romanian characters // // Created by Cristian Gafton, <gafton@redhat.com> (C) 2000 // Modified by Mi$(Gi> Moldovan, <dumol@go.ro> (C) 2001 // Modified by Marius Andreiana, <mandreiana@yahoo.com> (C) 2001 // // $XFree86: xc/programs/xkbcomp/symbols/ro,v 3.4 2001/12/21 21:03:59 dawes Exp $ // Diacriticele se scriu cu ALT-ul din dreapta si q,t,i,a,s (+shift eventual) // default partial alphanumeric_keys xkb_symbols "basic" { name[Group1]= "Romanian"; // Alphanumeric section key <AD01> { [], [ acircumflex, Acircumflex ] }; key <AC01> { [], [ abreve, Abreve ] }; key <AC02> { [], [ scedilla, Scedilla ] }; key <AD05> { [], [ tcedilla, Tcedilla ] }; key <AD08> { [], [ icircumflex, Icircumflex ] }; key <RALT> { [ Mode_switch, Multi_key ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; As written in the last line of the comment, you can write AltGr + q = â AltGr + Q = Â AltGr + t = ţ AltGr + T = Ţ AltGr + i = î AltGr + I = Î AltGr + a = ă AltGr + A = Ă AltGr + s = ş AltGr + S = Ş after executing "setxkbmap ro" in your terminal command line or selecting "Romanian" as the keyboard layout in the KDE control centre. That's all, i.e. may be useful for writing Romanian but it behaves very different from the Romanian keyboard in the above picture. If the above picture is the most common Romanian keyboard layout (I don't know whether it is or not!) somebody should probably create a symbols definition file for that layout. -- Mike Fabian <mfabian@suse.de> http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。
participants (2)
-
Matthew_Riain@Dell.com
-
Mike FABIAN