summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-03-26 15:14:51 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-03-26 15:14:51 (GMT)
commit9699b942e96cabd5fe1e5047d65b0d1e856c140c (patch)
tree7022d1c9d963bd8e0dc27e417140f402ff66971a /xlib
parent66e41a71e3b7254f83641c7a1d512bfa94c45d40 (diff)
parent2fee50e1e568b4542d831989ccac2946a744da3b (diff)
downloadtk-9699b942e96cabd5fe1e5047d65b0d1e856c140c.zip
tk-9699b942e96cabd5fe1e5047d65b0d1e856c140c.tar.gz
tk-9699b942e96cabd5fe1e5047d65b0d1e856c140c.tar.bz2
Merged tip-464 following positive vote by the TCT.
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/keysymdef.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/xlib/X11/keysymdef.h b/xlib/X11/keysymdef.h
index b22d41b..a7c654d 100644
--- a/xlib/X11/keysymdef.h
+++ b/xlib/X11/keysymdef.h
@@ -1167,3 +1167,15 @@ SOFTWARE.
#define XK_Hebrew_switch 0xFF7E /* Alias for mode_switch */
#endif /* XK_HEBREW */
+/* Multimedia keys, defined same as on Linux
+ * /usr/include/pkg/libxkbcommon/xkbcommon/xkbcommon-keysyms.h
+ */
+
+#define XK_XF86AudioLowerVolume 0x1008FF11 /* Volume control down */
+#define XK_XF86AudioMute 0x1008FF12 /* Mute sound from the system */
+#define XK_XF86AudioRaiseVolume 0x1008FF13 /* Volume control up */
+#define XK_XF86AudioPlay 0x1008FF14 /* Start playing of audio > */
+#define XK_XF86AudioStop 0x1008FF15 /* Stop playing audio */
+#define XK_XF86AudioPrev 0x1008FF16 /* Previous track */
+#define XK_XF86AudioNext 0x1008FF17 /* Next track */
+