From 0c99c03a15f5e9bdf75d736c8bc6be3ed95270e0 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 3 Jun 2003 02:42:39 +0000 Subject: Add hotkeys 0.5.7.1, a program that allows usage of special keys on internet/multimedia keyboards. PR: 52616 Submitted by: Andy Pavlo --- misc/hotkeys/files/patch-src-kbddef.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 misc/hotkeys/files/patch-src-kbddef.c (limited to 'misc/hotkeys/files/patch-src-kbddef.c') diff --git a/misc/hotkeys/files/patch-src-kbddef.c b/misc/hotkeys/files/patch-src-kbddef.c new file mode 100644 index 000000000000..3f15e132b4d5 --- /dev/null +++ b/misc/hotkeys/files/patch-src-kbddef.c @@ -0,0 +1,23 @@ +--- src/kbddef.c.orig Wed Nov 27 14:51:11 2002 ++++ src/kbddef.c Sun May 11 16:01:17 2003 +@@ -37,8 +37,8 @@ + */ + #include "XF86keysym.h" + +-#include +-#include ++#include ++#include + + #include "hotkeys.h" + #include "kbddef.h" +@@ -71,6 +71,9 @@ + { "MyComputer", myComputerKey, XF86XK_MyComputer }, + { "Favorites", favoritesKey, XF86XK_Favorites }, + { "Calculator", calculatorKey, XF86XK_Calculator }, ++ { "Messenger", messengerKey, 0 }, ++ { "Webcam", webcamKey, 0 }, ++ { "Media", mediaKey, 0 }, + { "NewsReader", newsReaderKey, 0 }, + { "iNews", iNewsKey, 0 }, + { "Rewind", rewindKey, 0 }, -- cgit v1.2.3