목차

Wacom Tablet for Linux

Pen touch disable

$ xsetwacom list
Wacom Intuos BT S Pad pad               id: 25  type: PAD
Wacom Intuos BT S Pen stylus            id: 26  type: STYLUS
 
$ DEVICE_STYLUS='Wacom Intuos BT S Pen stylus'
$ xsetwacom set "$DEVICE_STYLUS" Button 1 "button +0" # 터치해도 아무 클릭도 안하게
$ xsetwacom set "$DEVICE_STYLUS" Button 2 "button +1" # 좌클릭
$ xsetwacom set "$DEVICE_STYLUS" Button 3 "button +3" # 우클릭

참조