Reviewed-by: Ping Cheng <[email protected]>

Thanks,

Ping


>From 328af36bc2ff728e62bac2f8ff67565758b5efef Mon Sep 17 00:00:00 2001
From: Peter Hutterer <[email protected]>
Date: Wed, 16 Mar 2011 10:06:01 +1000
Subject: [PATCH] xsetwacom: add pgup and pgdwn as special keys.

"Prior" and "Next" aren't quite that obvious so specialcasing seems
warranted here.

Signed-off-by: Peter Hutterer <[email protected]>
---
 tools/xsetwacom.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index 7c0afbd..5388f6c 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -491,6 +491,8 @@ static struct modifier specialkeys[] = {

        {"tab", "Tab"},

+       {"PgUp", "Prior"}, {"PgDn", "Next"},
+
        { NULL, NULL }
 };
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to