Linux/Ubuntu

xsetwacom

구차니 2025. 8. 8. 10:41

콘솔에서 와콤 설정하는 명령어 발견

gui로 안되면 머.. 이걸로 해야지

 

$ xsetwacom --help
Usage: xsetwacom [options] [command [arguments...]]
Options:
 -h, --help                 - usage
 -v, --verbose              - verbose output
 -V, --version              - version info
 -d, --display "display"    - override default display
 -s, --shell                - generate shell commands for 'get'
 -x, --xconf                - generate xorg.conf lines for 'get'

Commands:
 --list devices             - display detected devices
 --list parameters          - display supported parameters
 --list modifiers           - display supported modifier and specific keys for keystrokes
 --set "device name" parameter [values...] - set device parameter by name
 --get "device name" parameter [param...]  - get current device parameter(s) value by name

 

장치는 5가지

펜 / 지우개(대개 펜 뒷편) / 커서(얜 머지?) / 패드 / 손가락 터치 인데 패드랑 손이랑 달라?

$ xsetwacom --list devices
Wacom Intuos Pro M Pen stylus    id: 12 type: STYLUS    
Wacom Intuos Pro M Pen eraser    id: 22 type: ERASER    
Wacom Intuos Pro M Pen cursor    id: 23 type: CURSOR    
Wacom Intuos Pro M Pad pad       id: 24 type: PAD       
Wacom Intuos Pro M Finger touch  id: 25 type: TOUCH     

 

파라미터는 get이나 set에서 사용되는 식별자.

$ xsetwacom --list parameters
Area             - Valid tablet area in device coordinates. 
Button           - X11 event to which the given button should be mapped. 
ToolDebugLevel   - Level of debugging trace for individual tools (default is 0 [off]). 
TabletDebugLevel - Level of debugging statements applied to shared code paths between all tools associated with the same tablet (default is 0 [off]). 
Suppress         - Number of points trimmed (default is 2). 
RawSample        - Number of raw data used to filter the points (default is 4). 
PressureCurve    - Bezier curve for pressure (default is 0 0 100 100 [linear]). 
Mode             - Switches cursor movement mode (default is absolute). 
TabletPCButton   - Turns on/off Tablet PC buttons (default is off for regular tablets, on for Tablet PC). 
Touch            - Turns on/off Touch events (default is on). 
HWTouchSwitchState - Touch events turned on/off by hardware switch. 
Gesture          - Turns on/off multi-touch gesture events (default is on). 
ZoomDistance     - Minimum distance for a zoom gesture (default is 50). 
ScrollDistance   - Minimum motion before sending a scroll gesture (default is 20). 
TapTime          - Minimum time between taps for a right click (default is 250). 
CursorProximity  - Sets cursor distance for proximity-out in distance from the tablet (default is 10 for Intuos series, 42 for Graphire series). 
Rotate           - Sets the rotation of the tablet. Values = none, cw, ccw, half (default is none). 
RelWheelUp       - X11 event to which relative wheel up should be mapped. 
RelWheelDown     - X11 event to which relative wheel down should be mapped. 
AbsWheelUp       - X11 event to which absolute wheel up should be mapped. 
AbsWheelDown     - X11 event to which absolute wheel down should be mapped. 
AbsWheel2Up      - X11 event to which absolute wheel up should be mapped. 
AbsWheel2Down    - X11 event to which absolute wheel down should be mapped. 
StripLeftUp      - X11 event to which left strip up should be mapped. 
StripLeftDown    - X11 event to which left strip down should be mapped. 
StripRightUp     - X11 event to which right strip up should be mapped. 
StripRightDown   - X11 event to which right strip down should be mapped. 
Threshold        - Sets tip/eraser pressure threshold (default is 27). 
ResetArea        - Resets the bounding coordinates to default in tablet units. 
ToolType         - Returns the tool type of the associated device. 
ToolSerial       - Returns the serial number of the current device in proximity.
ToolID           - Returns the tool ID of the current tool in proximity.
ToolSerialPrevious - Returns the serial number of the previous device in proximity.
BindToSerial     - Binds this device to the serial number.
TabletID         - Returns the tablet ID of the associated device. 
PressureRecalibration - Turns on/off Tablet pressure recalibration
PanScrollThreshold - Adjusts distance required for pan actions to generate a scroll event
MapToOutput      - Map the device to the given output. 
all              - Get value for all parameters. 

 

버튼에 키 할당하기 위한 건데.. super 있는지 왜 gui에서는 안되는겨?

$ xsetwacom --list modifiers
21 modifiers are supported:
ctrl
ctl
control
lctrl
rctrl
meta
lmeta
rmeta
alt
lalt
ralt
shift
lshift
rshift
super
lsuper
rsuper
hyper
lhyper
rhyper
altgr

83 specialkeys are supported:
f1
f2
f3
f4
f5
f6
f7
f8
f9
f10
f11
f12
f13
f14
f15
f16
f17
f18
f19
f20
f21
f22
f23
f24
f25
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
esc
Esc
up
down
left
right
backspace
Backspace
return
tab
PgUp
PgDn
del
home
end
insert
`
-
=
[
]
\
;
'
,
.
/
~
!
@
#
$
%
^
&
*
(
)
_
+
{
}
|
:
"
<
>
?
Keys not listed above can be specified via their KeySyms. See the man page for details.

 

$ xsetwacom --get "Wacom Intuos Pro M Pen stylus" all
Option "Area" "0 0 44704 27940"
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "DebugLevel" "0"
Option "CommonDBG" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressCurve" "0 0 100 100"
Option "Mode" "Absolute"
Option "TPCButton" "off"
Option "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Option "CursorProx" "30"
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "26"
Option "Serial" "0"
Option "PressureRecalibration" "on"
Option "PanScrollThreshold" "2600"PressCurve" "0 0 100 100"
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "on"
Property 'Wacom Hardware Touch Switch' does not exist on device.
Option "Gesture" "on"
Option "ZoomDistance" "117"
Option "ScrollDistance" "52"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "0"
$ xsetwacom -s --get "Wacom Intuos Pro M Pen stylus" all
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Area" "0 0 44704 27940"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "1" "button +1 "
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "2" "button +2 "
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "3" "button +3 "
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "8" "button +8 "
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "9" "button +9 "
xsetwacom set "Wacom Intuos Pro M Pen stylus" "ToolDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "TabletDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Suppress" "2"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "RawSample" "4"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "PressureCurve" "0 0 100 100"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Mode" "Absolute"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "TabletPCButton" "off"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Gesture" "off"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "ZoomDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "ScrollDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "TapTime" "250"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "CursorProximity" "30"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen stylus" "Threshold" "26"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "BindToSerial" "0"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "PressureRecalibration" "on"
xsetwacom set "Wacom Intuos Pro M Pen stylus" "PanScrollThreshold" "2600"

 

$ xsetwacom --get "Wacom Intuos Pro M Pen eraser" all
Option "Area" "0 0 44704 27940"
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "DebugLevel" "0"
Option "CommonDBG" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressCurve" "0 0 100 100"
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Option "CursorProx" "10"
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "26"
Option "Serial" "0"
Option "PressureRecalibration" "on"
Option "PanScrollThreshold" "2600"
$ xsetwacom -s --get "Wacom Intuos Pro M Pen eraser" all
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Area" "0 0 44704 27940"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "1" "button +1 "
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "2" "button +2 "
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "3" "button +3 "
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "8" "button +8 "
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "9" "button +9 "
xsetwacom set "Wacom Intuos Pro M Pen eraser" "ToolDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "TabletDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Suppress" "2"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "RawSample" "4"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "PressureCurve" "0 0 100 100"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Gesture" "off"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "ZoomDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "ScrollDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "TapTime" "250"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "CursorProximity" "10"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen eraser" "Threshold" "26"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "BindToSerial" "0"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "PressureRecalibration" "on"
xsetwacom set "Wacom Intuos Pro M Pen eraser" "PanScrollThreshold" "2600"

 

$ xsetwacom --get "Wacom Intuos Pro M Pen cursor" all
Option "Area" "0 0 44704 27940"
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "DebugLevel" "0"
Option "CommonDBG" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Option "CursorProx" "10"
Option "Rotate" "none"
RelWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead.
RelWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheel2Up: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheel2Down: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "26"
Option "Serial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
Option "PanScrollThreshold" "2600"
$ xsetwacom -s --get "Wacom Intuos Pro M Pen cursor" all
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Area" "0 0 44704 27940"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "1" "button +1 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "2" "button +2 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "3" "button +3 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "8" "button +8 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "9" "button +9 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "ToolDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "TabletDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Suppress" "2"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Gesture" "off"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "ZoomDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "ScrollDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "TapTime" "250"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "CursorProximity" "10"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Rotate" "none"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "RelWheelUp" "1" "button +5 -5 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "RelWheelDown" "2" "button +4 -4 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheelUp" "3" "button +0 -0 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheelDown" "4" "button +0 -0 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheel2Up" "5" "button +0 -0 "
xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheel2Down" "6" "button +0 -0 "
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen cursor" "Threshold" "26"
xsetwacom set "Wacom Intuos Pro M Pen cursor" "BindToSerial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pen cursor" "PanScrollThreshold" "2600"

 

$ xsetwacom --get "Wacom Intuos Pro M Pad pad" all
Property 'Wacom Tablet Area' does not exist on device.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "DebugLevel" "0"
Option "CommonDBG" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Property 'Wacom Rotation' does not exist on device.
RelWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead.
RelWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheel2Up: Actions are not supported by xorg.conf. Try shell format (-s) instead.
AbsWheel2Down: Actions are not supported by xorg.conf. Try shell format (-s) instead.
StripLeftUp: Actions are not supported by xorg.conf. Try shell format (-s) instead.
StripLeftDown: Actions are not supported by xorg.conf. Try shell format (-s) instead.
StripRightUp: Actions are not supported by xorg.conf. Try shell format (-s) instead.
StripRightDown: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "Threshold" "0"
Option "Serial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
Option "PanScrollThreshold" "1000"
$ xsetwacom -s --get "Wacom Intuos Pro M Pad pad" all
Property 'Wacom Tablet Area' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "1" "button +1 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "2" "button +2 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "3" "button +3 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "8" "button +8 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "9" "button +9 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "10" "button +10 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "11" "button +11 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "12" "button +12 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "13" "button +13 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "ToolDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pad pad" "TabletDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Pad pad" "Suppress" "2"
xsetwacom set "Wacom Intuos Pro M Pad pad" "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pad pad" "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pad pad" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pad pad" "Gesture" "off"
xsetwacom set "Wacom Intuos Pro M Pad pad" "ZoomDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pad pad" "ScrollDistance" "0"
xsetwacom set "Wacom Intuos Pro M Pad pad" "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Property 'Wacom Rotation' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pad pad" "RelWheelUp" "1" "button +5 -5 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "RelWheelDown" "2" "button +4 -4 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheelUp" "3" "button +4 -4 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheelDown" "4" "button +5 -5 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheel2Up" "5" "button +4 -4 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheel2Down" "6" "button +5 -5 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "StripLeftUp" "1" "button +4 -4 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "StripLeftDown" "2" "button +5 -5 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "StripRightUp" "3" "button +4 -4 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "StripRightDown" "4" "button +5 -5 "
xsetwacom set "Wacom Intuos Pro M Pad pad" "Threshold" "0"
xsetwacom set "Wacom Intuos Pro M Pad pad" "BindToSerial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Pad pad" "PanScrollThreshold" "1000"

 

$ xsetwacom --get "Wacom Intuos Pro M Finger touch" all
Option "Area" "0 0 4096 4096"
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "DebugLevel" "0"
Option "CommonDBG" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "
Option "Serial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
Option "PanScrollThreshold" "2600"
$ xsetwacom -s --get "Wacom Intuos Pro M Finger touch" all
xsetwacom set "Wacom Intuos Pro M Finger touch" "Area" "0 0 4096 4096"
xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "1" "button +1 "
xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "2" "button +2 "
xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "3" "button +3 "
xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "8" "button +8 "
xsetwacom set "Wacom Intuos Pro M Finger touch" "ToolDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Finger touch" "TabletDebugLevel" "0"
xsetwacom set "Wacom Intuos Pro M Finger touch" "Suppress" "2"
xsetwacom set "Wacom Intuos Pro M Finger touch" "RawSample" "4"
xsetwacom set "Wacom Intuos Pro M Finger touch" "PressureCurve" "0 0 100 100"
xsetwacom set "Wacom Intuos Pro M Finger touch" "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Finger touch" "Touch" "on"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Finger touch" "Gesture" "on"
xsetwacom set "Wacom Intuos Pro M Finger touch" "ZoomDistance" "117"
xsetwacom set "Wacom Intuos Pro M Finger touch" "ScrollDistance" "52"
xsetwacom set "Wacom Intuos Pro M Finger touch" "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Finger touch" "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Finger touch" "Threshold" "0"
xsetwacom set "Wacom Intuos Pro M Finger touch" "BindToSerial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
xsetwacom set "Wacom Intuos Pro M Finger touch" "PanScrollThreshold" "2600"

 

[링크 : https://askubuntu.com/questions/183354/configuring-wacom-tablet-buttons-and-options]

 

예제만 봐서는 키에 프로그램을 실행하도록 할당은 못하는것 같은데?

[링크 : https://github.com/linuxwacom/xf86-input-wacom/wiki/xsetwacom]

[링크 : https://github.com/linuxwacom/xf86-input-wacom/wiki/Tablet-Configuration-1%3A-xsetwacom-and-xorg.conf]