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 ɔ̃.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140316003317.3656f943.shiems...@kpnplanet.nl

Reply via email to