mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 08:48:02 +02:00
Add ISO_Level5_{Shift,Latch,Lock}.
This commit is contained in:
parent
e9aebeae36
commit
bb7584b5c8
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-06-10 Daniel Stone <daniel@freedesktop.org>
|
||||
|
||||
* keysymdef.h:
|
||||
Add ISO_Level5_{Shift,Latch,Lock}.
|
||||
|
||||
2006-06-02 Daniel Stone <daniel@freedesktop.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
|||
|
|
@ -327,6 +327,9 @@ SOFTWARE.
|
|||
#define XK_ISO_Level3_Shift 0xfe03
|
||||
#define XK_ISO_Level3_Latch 0xfe04
|
||||
#define XK_ISO_Level3_Lock 0xfe05
|
||||
#define XK_ISO_Level5_Shift 0xfe11
|
||||
#define XK_ISO_Level5_Latch 0xfe12
|
||||
#define XK_ISO_Level5_Lock 0xfe13
|
||||
#define XK_ISO_Group_Shift 0xff7e /* Alias for mode_switch */
|
||||
#define XK_ISO_Group_Latch 0xfe06
|
||||
#define XK_ISO_Group_Lock 0xfe07
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue