Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2018 15:53:46 -0400
From:      Corpo <acupuncture@cgocable.ca>
To:        freebsd-questions@freebsd.org
Subject:   Re: keysym list for French chars
Message-ID:  <c569d370-10a3-7c30-c117-921c1def73b1@cgocable.ca>
In-Reply-To: <YQWcNtpre7p21BkzEzNQyMPHwDVdPxMB55yermoANeVuhOi3C67OmJoMHqr86e2FeZUVyaKayXA14DhiTzI3FoD2EFy83aAjgcX4B3f0xY8=@protonmail.ch>
References:  <4801daa5-ecbe-42f5-8095-f8d5628131a9@unixarea.de> <aebb19d2-686e-4364-a879-1fb388268dfb@unixarea.de> <slrnppq86t.6nk.naddy@lorvorc.mips.inka.de> <20180915184645.GA8305@sh4-5.1blu.de> <YQWcNtpre7p21BkzEzNQyMPHwDVdPxMB55yermoANeVuhOi3C67OmJoMHqr86e2FeZUVyaKayXA14DhiTzI3FoD2EFy83aAjgcX4B3f0xY8=@protonmail.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 15/09/2018 à 15:01, Lorenzo Salvadore via freebsd-questions a écrit :
>> Anyway, here is what I do (and comments ar welcome):
>>
>> Frensh tilded chars (use Mode_switch + char)
>>
>> =============================================
>>
>> ==
>>
>> xmodmap -e "keycode 0x40 = Mode_switch"
>>
>> ==
>>
>> key: a -> a A à À
>>
>> ==================
>>
>> xmodmap -e "keycode 38 = a A agrave Agrave"
>>
>> key: s -> s S â Â
>>
>> ==================
>>
>> xmodmap -e "keycode 39 = s S acircumflex Acircumflex"
>>
>> key: d -> d D æ Æ
>>
>> ==================
>>
>> xmodmap -e "keycode 40 = d D ae AE"
>>
>> key: c -> c C ç Ç
>>
>> ==================
>>
>> xmodmap -e "keycode 54 = c C ccedilla Ccedilla"
>>
>> key: e -> e E è È
>>
>> ==================
>>
>> xmodmap -e "keycode 26 = e E egrave Egrave"
>>
>> key: r -> r R é É
>>
>> ==================
>>
>> xmodmap -e "keycode 27 = r R eacute Eacute"
>>
>> key: t -> t T ê Ê
>>
>> ==================
>>
>> xmodmap -e "keycode 28 = t T ecircumflex Ecircumflex"
>>
>> key: z -> z Z ë Ë
>>
>> ==================
>>
>> xmodmap -e "keycode 29 = z Z ediaeresis Ediaeresis"
>>
>> key: i -> i I î Î
>>
>> ==================
>>
>> xmodmap -e "keycode 31 = i I icircumflex Icircumflex"
>>
>> key: k -> k K ï Ï
>>
>> ==================
>>
>> xmodmap -e "keycode 45 = k K idiaeresis Idiaeresis"
>>
>> key: o -> o O ô Ô
>>
>> ==================
>>
>> xmodmap -e "keycode 32 = o O ocircumflex Ocircumflex"
>>
>> key: l -> l L œ Œ
>>
>> ==================
>>
>> xmodmap -e "keycode 46 = l L oe OE"
>>
>> key: u -> u U ù Ù
>>
>> ==================
>>
>> xmodmap -e "keycode 30 = u U ugrave Ugrave"
>>
>> key: v -> v V û Û
>>
>> ==================
>>
>> xmodmap -e "keycode 55 = v V ucircumflex Ucircumflex"
>>
>> key: y -> y Y ÿ Ÿ
>>
>> ==================
>>
>> xmodmap -e "keycode 52 = y Y ydiaeresis Ydiaeresis"
> You can remove ydiaresis and ae as they do not appear in any
> French word (I am French native speaker).
>
> Lorenzo Salvadore.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

æschne, æthuse, tænia (although the two latter can be spelled with an
eacute instead of an æ) to name a few.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c569d370-10a3-7c30-c117-921c1def73b1>