diff --git a/.config/OpenTabletDriver/settings.json b/.config/OpenTabletDriver/settings.json new file mode 100644 index 0000000..789b64c --- /dev/null +++ b/.config/OpenTabletDriver/settings.json @@ -0,0 +1,110 @@ +{ + "Revision": "0.6.6.2", + "Profiles": [ + { + "Tablet": "Wacom PTH-451", + "OutputMode": { + "Path": "OpenTabletDriver.Desktop.Output.LinuxArtistMode", + "Settings": [], + "Enable": true + }, + "Filters": [], + "AbsoluteModeSettings": { + "Display": { + "Width": 2560.0, + "Height": 1440.0, + "X": 1280.0001, + "Y": 720.0, + "Rotation": 0.0 + }, + "Tablet": { + "Width": 157.48, + "Height": 88.5825, + "X": 78.74, + "Y": 49.2125, + "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": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.MultiKeyBinding", + "Settings": [ + { + "Property": "Keys", + "Value": "Control+Z" + } + ], + "Enable": true + }, + null, + null, + null, + null, + null + ], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null, + "DisablePressure": false, + "DisableTilt": false + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file