DSL Tips and Tricks :: italian keyboard problem is fixed!!!



Quote (kuky @ June 24 2006,05:15)
???

thanks pirata for solve the spanish "acentos" but with the click altgr+e we loss the euro symbol....how to soved it?

Well, you could put the é on another key, like w or whatever so instead of
Code Sample
keysym e = e E eacute Eacute

you would have
Code Sample
keysym w = w W eacute Eacute


Cent is still on AltGr+c so if you need ccedilla you would have to do something similar....

The best thing would be to have the dead keys working of course... :O

thanks pirata...

Is possible to combine key alt with e...no key altgr? or keymaps only work with altgr...

:(         ohh..

there are no symbol  of euro in dsl... when i change to ver 3.0.1 in the original keyboard(es es) when clik altgr+e it put a strange insect of four legs in the screen...

any idea to solved the question..? to import the symbol...

Quote (kuky @ June 25 2006,16:37)
:(         ohh..

there are no symbol  of euro in dsl... when i change to ver 3.0.1 in the original keyboard(es es) when clik altgr+e it put a strange insect of four legs in the screen...

any idea to solved the question..? to import the symbol...

¤  ---> Tiene cuatro patas, no puede ser un insecto. Insectos tienen seis patas, según mi conocimiento... Ni modo :)

It's the currency symbol, or popularly the "sun".

Anyway, the symbol € is called "EuroSign" in the keysym language. Unfortunately this code produces nothing in DSL 2.4, which I'm still on. I think it's necessary to use not latin1 but something like latin9 or latin15 for it to work. Not sure, though.

the euro sign is in Open office, insert especials characters (writte) is not necesary to change keysym e
Next Page...
original here.