$ 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" # 우클릭
Button 1
은 사실은 버튼이 아니라 펜촉이 타블렛에 닿는 것을 의미한다.