mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
keysymdef.h: add better names for the dead schwa and SCHWA symbols
The new names (`dead_schwa` and `dead_SCHWA`) fit much better with
the `dead_a`, `dead_A` scheme for the other vowels, and also with
how other upper- and lowercase schwa symbols are named.
The old names are deprecated, and can be removed quite soon because
they are not used anywhere -- not in xkeyboard-config at least.
(The dead vowel symbols were introduced fifteen years ago in commit
935dd37be4, to support compose sequences for Amharic, but neither
libX11 nor xkeyboard-config were ever updated to make use of them.)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
cb44799b72
commit
e5cccecd81
1 changed files with 4 additions and 2 deletions
|
|
@ -425,8 +425,10 @@ SOFTWARE.
|
|||
#define XK_dead_O 0xfe87
|
||||
#define XK_dead_u 0xfe88
|
||||
#define XK_dead_U 0xfe89
|
||||
#define XK_dead_small_schwa 0xfe8a
|
||||
#define XK_dead_capital_schwa 0xfe8b
|
||||
#define XK_dead_schwa 0xfe8a
|
||||
#define XK_dead_SCHWA 0xfe8b
|
||||
#define XK_dead_small_schwa 0xfe8a /* deprecated, remove in 2025 */
|
||||
#define XK_dead_capital_schwa 0xfe8b /* deprecated, remove in 2025 */
|
||||
|
||||
#define XK_dead_greek 0xfe8c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue