Advertisement
_Nekokatzen

Tabletsettings-opentabletdriver-json

Mar 22nd, 2023 (edited)
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.72 KB | Source Code | 0 0
  1. {
  2.   "Profiles": [
  3.     {
  4.       "Tablet": "XP-Pen Deco 01 V2 (variant 2)",
  5.       "OutputMode": {
  6.         "Path": "OpenTabletDriver.Desktop.Output.AbsoluteMode",
  7.         "Settings": [],
  8.         "Enable": true
  9.       },
  10.       "Filters": [],
  11.       "AbsoluteModeSettings": {
  12.         "Display": {
  13.           "Width": 1366.0,
  14.           "Height": 768.0,
  15.           "X": 683.0,
  16.           "Y": 384.0,
  17.           "Rotation": 0.0
  18.         },
  19.         "Tablet": {
  20.           "Width": 40.0,
  21.           "Height": 22.489017,
  22.           "X": 28.498497,
  23.           "Y": 30.60241,
  24.           "Rotation": 0.0
  25.         },
  26.         "EnableClipping": true,
  27.         "EnableAreaLimiting": false,
  28.         "LockAspectRatio": true
  29.       },
  30.       "RelativeModeSettings": {
  31.         "XSensitivity": 10.0,
  32.         "YSensitivity": 10.0,
  33.         "RelativeRotation": 0.0,
  34.         "RelativeResetDelay": "00:00:00.1000000"
  35.       },
  36.       "Bindings": {
  37.         "TipActivationThreshold": 0.0,
  38.         "TipButton": {
  39.           "Path": "OpenTabletDriver.Desktop.Binding.MouseBinding",
  40.           "Settings": [
  41.             {
  42.               "Property": "Button",
  43.               "Value": "Left"
  44.             }
  45.           ],
  46.           "Enable": true
  47.         },
  48.         "EraserActivationThreshold": 0.0,
  49.         "EraserButton": null,
  50.         "PenButtons": [
  51.           null,
  52.           null
  53.         ],
  54.         "AuxButtons": [
  55.           null,
  56.           null,
  57.           null,
  58.           null,
  59.           null,
  60.           null,
  61.           null,
  62.           null
  63.         ],
  64.         "MouseButtons": [],
  65.         "MouseScrollUp": null,
  66.         "MouseScrollDown": null
  67.       }
  68.     }
  69.   ],
  70.   "LockUsableAreaDisplay": true,
  71.   "LockUsableAreaTablet": true,
  72.   "Tools": []
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement