[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xorg and composite UNICODE characters



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 <AD09> { [ o, O, U0254, U02540303 ] };
> 
> nor
> 
> 	key <AD09> { [ o, O, U0254, U03030254 ] };
> 
> works.
> 
> What is the right way to do it (i.e. how to map some existing key
> to ɔ̃ ?)

'ɔ̃' has a so-called multiple keycode (ɔ with added tilde).
What you can do is this:

	key <AD09> { [ o, O, U0254, U0303 ] };

To get a ɔ̃, first type Alt+o --> ɔ appears;
then type Alt+Shift+o --> ɔ changes to ɔ̃.


Reply to: