Skip to content

make `<Multi_key> <minus> <underscore>` compose U+2212, delete two deprecated sequences, and reshuffle

Ghost User requested to merge (removed):operator-minus into master

The first patch adds a compose sequence for the Unicode minus sign, U+2212 (), for which there was not any sequence yet.

The second patch drops two sequences that use the deprecated symbols leftcaret and rightcaret (equivalent to less and greater). There are no longer any keyboard layouts that use these symbols.

And the third patch reshuffles some things so that closely related sequences are grouped together, instead of strictly following the order of ascending Unicode code.

Edited by Ghost User

Merge request reports