Hi,
Attached patch fixes [at least for me ;-)] bug 2905812 - cannot assign
meta key to pad buttons of Bamboo 
https://sourceforge.net/tracker/?func=detail&aid=2905812&group_id=69596&atid=525124

--
Przemo

>From 4ebc27169d6392a8e9c8fe30778036cdb33d3965 Mon Sep 17 00:00:00 2001
From: Przemo Firszt <[email protected]>
Date: Sat, 9 Jan 2010 17:18:01 +0000
Subject: [PATCH 2/2] Add Meta_L modifier to xsetwacom

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

diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index f7817b2..ca89ab6 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -1062,6 +1062,8 @@ static char *convert_specialkey(const char *modifier)
 		{"lctrl", "Control_L"},
 		{"rctrl", "Control_R"},
 
+		{"meta", "Meta_L"},
+
 		{"alt", "Alt_L"},
 		{"lalt", "Alt_L"},
 		{"ralt", "Alt_R"},
@@ -1103,6 +1105,7 @@ static int is_modifier(const char* modifier)
 		"Alt_R",
 		"Shift_L",
 		"Shift_R",
+		"Meta_L",
 		NULL,
 	};
 
-- 
1.6.5.7

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to