mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-06 12:38:11 +02:00
Add dead_abovecomma and dead_abovereversedcomma
Also added aliases dead_psili and dead_dasia. The UCS unifies Combining Psili and Combining Dasia with Combining Comma Above and Combining Reversed Comma Above. These two aliases mirror that unification.
This commit is contained in:
parent
ab74d270c7
commit
40ed4eef92
1 changed files with 4 additions and 0 deletions
|
|
@ -392,6 +392,10 @@ SOFTWARE.
|
|||
#define XK_dead_hook 0xfe61
|
||||
#define XK_dead_horn 0xfe62
|
||||
#define XK_dead_stroke 0xfe63
|
||||
#define XK_dead_abovecomma 0xfe64
|
||||
#define XK_dead_psili 0xfe64 /* alias for dead_abovecomma */
|
||||
#define XK_dead_abovereversedcomma 0xfe65
|
||||
#define XK_dead_dasia 0xfe66 /* alias for dead_abovereversedcomma */
|
||||
|
||||
#define XK_First_Virtual_Screen 0xfed0
|
||||
#define XK_Prev_Virtual_Screen 0xfed1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue