1
0
Fork 0

chore: update OTD config

This commit is contained in:
Kim, Jimin 2023-02-25 11:53:00 +09:00
parent 025b8c23da
commit 43761cc26d

View file

@ -1,50 +1,38 @@
{ {
"Revision": "0.7.0.0",
"Profiles": [ "Profiles": [
{ {
"Tablet": "Wacom CTL-472", "Tablet": "Wacom CTL-472",
"OutputMode": { "OutputMode": {
"Path": "OpenTabletDriver.Desktop.Output.AbsoluteMode", "Path": "OpenTabletDriver.Desktop.Output.AbsoluteMode",
"Settings": [ "Settings": [],
{
"Property": "Input",
"Value": {
"Rotation": 270.0,
"Width": 80.0,
"Height": 45.0,
"XPosition": 22.5,
"YPosition": 55.0
}
},
{
"Property": "Output",
"Value": {
"Width": 1920.0,
"Height": 1080.0,
"XPosition": 960.0,
"YPosition": 540.0
}
},
{
"Property": "AreaLimiting",
"Value": false
},
{
"Property": "AreaClipping",
"Value": false
},
{
"Property": "LockToBounds",
"Value": true
},
{
"Property": "LockAspectRatio",
"Value": true
}
],
"Enable": true "Enable": true
}, },
"Filters": [], "Filters": [],
"AbsoluteModeSettings": {
"Display": {
"Width": 1920.0,
"Height": 1080.0,
"X": 960.0,
"Y": 540.0,
"Rotation": 0.0
},
"Tablet": {
"Width": 95.0,
"Height": 53.4375,
"X": 26.71875,
"Y": 47.5,
"Rotation": 270.0
},
"EnableClipping": true,
"EnableAreaLimiting": false,
"LockAspectRatio": true
},
"RelativeModeSettings": {
"XSensitivity": 10.0,
"YSensitivity": 10.0,
"RelativeRotation": 0.0,
"RelativeResetDelay": "00:00:00.1000000"
},
"Bindings": { "Bindings": {
"TipActivationThreshold": 0.0, "TipActivationThreshold": 0.0,
"TipButton": { "TipButton": {
@ -59,10 +47,7 @@
}, },
"EraserActivationThreshold": 0.0, "EraserActivationThreshold": 0.0,
"EraserButton": null, "EraserButton": null,
"PenButtons": [ "PenButtons": [null, null],
null,
null
],
"AuxButtons": [], "AuxButtons": [],
"MouseButtons": [], "MouseButtons": [],
"MouseScrollUp": null, "MouseScrollUp": null,
@ -70,5 +55,7 @@
} }
} }
], ],
"LockUsableAreaDisplay": true,
"LockUsableAreaTablet": true,
"Tools": [] "Tools": []
} }