Siduction Forum > Software - Support

[EN] XCompose file

(1/1)

lanig:
Hi,

I want to add easy typing of Polish characters.
To try, I have made a minimal .XCompose file but it doesn't work neither with XMonad or WMaker.
AltGr a still gives me æ like it should on a well educated French keyboard.


--- Code: --- less .XCompose
Define AltGr + a to produce Ą
<Multi_key> <a> : "Ą" Aogonek
--- End code ---

Any ideas ?

lanig:
I have received very useful help on the fcitx forum. I post a solution in case it may help somebody.

--- Code: ---  7 include "%L"                                                                             
  6 <ae> : "ą"                                                                               
  5 <AE> : "Ą"                                                                               
  4 <copyright> : "ć"                                                                       
  3 <registered> : "Ć"                                                                       
  2 <acircumflex> : "ź"                                                                     
  1 <Acircumflex> : "Ź"                                                                     
  0 <U0140> : "ł"                                                                           
  1 <U013F> : "Ł"                                                                           
  2 <notsign> : "ń"                                                                         
  3 <rightarrow> : "Ń"                                                                       
  4 <ocircumflex> : "ó"#P mappé sur P car                                                   
  5 <Ocircumflex> : "Ó" # alt-gr O = œ                                                       
  6 <ssharp> : "ś"                                                                           
  7 <doublelowquotemark> : "Ś"                                                               
  8 <ecircumflex> : "ę" #R mappé sur la touche voisine                                       
  9 <Ecircumflex> : "Ę"# de e car alt-gr e = €                                               
 10 <thorn> : "ż" # T car Z déjà pris                                                       
 11 <THORN> : "Ż"   

--- End code ---

Navigation

[0] Message Index

Go to full version
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks WYSIWYG Editor