summaryrefslogtreecommitdiffstats
path: root/Gui/wm/wsmkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/wsmkeys.h')
-rw-r--r--Gui/wm/wsmkeys.h9
1 files changed, 9 insertions, 0 deletions
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" }
};