Re: Xorg and composite UNICODE characters

2014-03-15 Thread Siard
Matej Kosik wrote: > Then I tried to make: > > ɔ̃ > > accessible via > > Alt+Shift+o > > No I am not sure how can I do that. > > Neither: > > key { [ o, O, U0254, U02540303 ] }; > > nor > > key { [ o, O, U0254, U03030254 ] }; > > works. > > What is the right way

Xorg and composite UNICODE characters

2014-03-14 Thread Matej Kosik
Hi, I am trying to create a keyboard layout variant, that would enable me to type some of the IPA characters I need. E.g., if I want to access ɔ via Alt+o I change key { [ o, O, NoSymbol, NoSymbol ] }; to key { [ o, O, U0254, NoSymbol ] }; in the corresp