summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRafi Rubin <rafi@ugcs.caltech.edu>2010-05-14 10:07:36 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-05-14 10:07:36 +1000
commit80cca0796f727a68e7695d5e82c57167471533a0 (patch)
treeb509e4d31c480d32a75b4fae9c5cca5f602448b9 /conf
parentaa95e1364cf2fcaba6514f6b10c9f8ee30855c7f (diff)
conf: force second button on N-Trigs to be right click.
N-Trigs styli only have two buttons, having a middle click is less useful than having a right click. [split out into a separate commit by Peter] Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/50-wacom.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
index e5886b4..39abdf2 100644
--- a/conf/50-wacom.conf
+++ b/conf/50-wacom.conf
@@ -29,5 +29,6 @@ Section "InputClass"
MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
+ Option "Button2" "3"
EndSection