From 3dbbefa71cea57422cc6c78a81cc6bd1c693f34a Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 7 Nov 2022 02:02:52 +0900 Subject: [PATCH] update tablet settings - change area - enable aspect ratio lock --- home/.config/OpenTabletDriver/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/.config/OpenTabletDriver/settings.json b/home/.config/OpenTabletDriver/settings.json index 7af5ebf..314cdbc 100644 --- a/home/.config/OpenTabletDriver/settings.json +++ b/home/.config/OpenTabletDriver/settings.json @@ -9,11 +9,11 @@ { "Property": "Input", "Value": { - "Rotation": 180.0, - "Width": 152.0, - "Height": 95.0, - "XPosition": 76.0, - "YPosition": 47.5 + "Rotation": 270.0, + "Width": 80.0, + "Height": 45.0, + "XPosition": 22.5, + "YPosition": 55.0 } }, { @@ -39,7 +39,7 @@ }, { "Property": "LockAspectRatio", - "Value": false + "Value": true } ], "Enable": true