Skip to content

symbols/fr: make use of six dedicated keysyms for the Breton layout

Ghost User requested to merge (removed):breton into master

Recent libX11-1.8.5 added six compose sequences to support the Breton layout: to allow the user to type three trigraphs (c’h, C’h, and C’H) and three digraphs (ch, Ch, and CH) with a single keystroke each.

So, use the keysyms that trigger those compose sequences, instead of hijacking six private-use Unicode code points and requiring the user to put custom compose sequences for these in their ~/.XCompose file.

(The relevant keysyms were added to Xorgproto twelve years ago.)

Signed-off-by: Benno Schulenberg bensberg@telfort.nl

Merge request reports