diff --git a/Documents/Tablet/2026-old.json b/Documents/Tablet/2026-old.json new file mode 100644 index 0000000..dcce8f0 --- /dev/null +++ b/Documents/Tablet/2026-old.json @@ -0,0 +1,76 @@ +{ + "Revision": "0.6.6.2", + "Profiles": [ + { + "Tablet": "Wacom CTL-472", + "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": 39.0, + "Height": 30.0, + "X": 75.0, + "Y": 24.0, + "Rotation": 0.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": null, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 1" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 2" + } + ], + "Enable": true + } + ], + "AuxButtons": [], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null, + "DisablePressure": false, + "DisableTilt": false + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file diff --git a/Documents/Tablet/Base.json b/Documents/Tablet/Base.json new file mode 100644 index 0000000..46c7778 --- /dev/null +++ b/Documents/Tablet/Base.json @@ -0,0 +1,76 @@ +{ + "Revision": "0.6.6.2", + "Profiles": [ + { + "Tablet": "Wacom CTL-472", + "OutputMode": { + "Path": "OpenTabletDriver.Desktop.Output.LinuxArtistMode", + "Settings": [], + "Enable": true + }, + "Filters": [], + "AbsoluteModeSettings": { + "Display": { + "Width": 1920.0, + "Height": 1080.0, + "X": 960.0, + "Y": 540.0, + "Rotation": 0.0 + }, + "Tablet": { + "Width": 39.0, + "Height": 30.0, + "X": 75.0, + "Y": 24.0, + "Rotation": 0.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": null, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 1" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 2" + } + ], + "Enable": true + } + ], + "AuxButtons": [], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null, + "DisablePressure": false, + "DisableTilt": false + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file diff --git a/Documents/Tablet/Tablet.json b/Documents/Tablet/Tablet.json new file mode 100644 index 0000000..637d12c --- /dev/null +++ b/Documents/Tablet/Tablet.json @@ -0,0 +1,73 @@ +{ + "Profiles": [ + { + "Tablet": "Wacom CTL-472", + "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": 46.0, + "Height": 30.0, + "X": 51.0, + "Y": 29.0, + "Rotation": 0.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": null, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 1" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 2" + } + ], + "Enable": true + } + ], + "AuxButtons": [], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file diff --git a/Documents/Tablet/TabletOsuSettings b/Documents/Tablet/TabletOsuSettings new file mode 100644 index 0000000..5ff640a --- /dev/null +++ b/Documents/Tablet/TabletOsuSettings @@ -0,0 +1,82 @@ +{ + "Profiles": [ + { + "Tablet": "Wacom CTL-472", + "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": 46.0, + "Height": 30.0, + "X": 51.0, + "Y": 29.0, + "Rotation": 0.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": { + "Path": "OpenTabletDriver.Desktop.Binding.MouseBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Left" + } + ], + "Enable": true + }, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.MouseBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Left" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.MouseBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Right" + } + ], + "Enable": true + } + ], + "AuxButtons": [], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file diff --git a/Documents/Tablet/TabletSettings b/Documents/Tablet/TabletSettings new file mode 100644 index 0000000..637d12c --- /dev/null +++ b/Documents/Tablet/TabletSettings @@ -0,0 +1,73 @@ +{ + "Profiles": [ + { + "Tablet": "Wacom CTL-472", + "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": 46.0, + "Height": 30.0, + "X": 51.0, + "Y": 29.0, + "Rotation": 0.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": null, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 1" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.LinuxArtistMode.LinuxArtistModeButtonBinding", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Button 2" + } + ], + "Enable": true + } + ], + "AuxButtons": [], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file