From 659b06b76921aee488742d3f58ead41af0cac045 Mon Sep 17 00:00:00 2001 From: pontscho Date: Tue, 29 Jan 2002 16:35:53 +0000 Subject: add XF86 multimedia key cucc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4410 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/wm/wsmkeys.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Gui/wm/wsmkeys.h') diff --git a/Gui/wm/wsmkeys.h b/Gui/wm/wsmkeys.h index 3b3528a9b8..23f4477565 100644 --- a/Gui/wm/wsmkeys.h +++ b/Gui/wm/wsmkeys.h @@ -48,5 +48,14 @@ TwsKeyNames wsKeyNames[ wsKeyNumber ] = { wsGrayRight, "GrayRight" }, { wsGrayHome, "GrayHome" }, { wsGrayUp, "GrayUp" }, { wsGrayPageUp, "GrayPageUp" }, + { wsXF86LowerVolume, "XF86LowerVolume" }, + { wsXF86RaiseVolume, "XF86RaiseVolume" }, + { wsXF86Mute, "XF86Mute" }, + { wsXF86Play, "XF86Play" }, + { wsXF86Stop, "XF86Stop" }, + { wsXF86Prev, "XF86Prev" }, + { wsXF86Next, "XF86Next" }, + { wsXF86Media, "XF86Media" }, + { wsKeyNone, "None" } }; -- cgit v1.2.3