From c3c51b1fdb861f9c8387edbe896e612338e94346 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 20 Jun 2026 19:58:50 +0100 Subject: [PATCH] Update tablet area --- .config/OpenTabletDriver/settings.json | 94 +++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/.config/OpenTabletDriver/settings.json b/.config/OpenTabletDriver/settings.json index 52ebcef..05bbe04 100644 --- a/.config/OpenTabletDriver/settings.json +++ b/.config/OpenTabletDriver/settings.json @@ -1,5 +1,5 @@ { - "Revision": "0.6.6.2", + "Revision": "0.6.7", "Profiles": [ { "Tablet": "Wacom PTH-451", @@ -135,8 +135,98 @@ "MouseButtons": [], "MouseScrollUp": null, "MouseScrollDown": null, + "WheelBindings": [], "DisablePressure": false, - "DisableTilt": false + "DisableTilt": false, + "EnableDragBindings": false + } + }, + { + "Tablet": "XP-Pen Deco Pro LW Gen2", + "OutputMode": { + "Path": "OpenTabletDriver.Desktop.Output.LinuxArtistMode", + "Settings": [], + "Enable": true + }, + "Filters": [], + "AbsoluteModeSettings": { + "Display": { + "Width": 2560.0, + "Height": 1440.0, + "X": 1280.0, + "Y": 720.0, + "Rotation": 0.0 + }, + "Tablet": { + "Width": 278.99, + "Height": 156.93187, + "X": 139.495, + "Y": 86.995, + "Rotation": 0.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": true + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 1.0, + "TipButton": { + "Path": "OpenTabletDriver.Desktop.Binding.AdaptiveBinding", + "Settings": [ + { + "Property": "Binding", + "Value": "Tip" + } + ], + "Enable": true + }, + "EraserActivationThreshold": 1.0, + "EraserButton": { + "Path": "OpenTabletDriver.Desktop.Binding.AdaptiveBinding", + "Settings": [ + { + "Property": "Binding", + "Value": "Eraser" + } + ], + "Enable": true + }, + "PenButtons": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.AdaptiveBinding", + "Settings": [ + { + "Property": "Binding", + "Value": "Button 1" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.AdaptiveBinding", + "Settings": [ + { + "Property": "Binding", + "Value": "Button 2" + } + ], + "Enable": true + } + ], + "AuxButtons": [], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null, + "WheelBindings": [], + "DisablePressure": false, + "DisableTilt": false, + "EnableDragBindings": false } } ],