mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
XF86keysym: Add XF86XK_FullScreen
Add XF86XK_FullScreen keysym, to be used as mapping for evdev's KEY_FULL_SCREEN. Chromebooks have a special media key for toggling full screen mode. Signed-off-by: Sebastian Wick <sebastian@sebastianwick.net>
This commit is contained in:
parent
564d18c8e5
commit
15329c5a0d
1 changed files with 2 additions and 0 deletions
|
|
@ -207,6 +207,8 @@
|
|||
|
||||
#define XF86XK_RotationLockToggle 0x1008FFB7 /* Toggle screen rotation lock on/off */
|
||||
|
||||
#define XF86XK_FullScreen 0x1008FFB8 /* Toggle fullscreen */
|
||||
|
||||
/* Keys for special action keys (hot keys) */
|
||||
/* Virtual terminals on some operating systems */
|
||||
#define XF86XK_Switch_VT_1 0x1008FE01
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue