diff --git a/.config/OpenTabletDriver/settings.json b/.config/OpenTabletDriver/settings.json index 789b64c..9e2fd8d 100644 --- a/.config/OpenTabletDriver/settings.json +++ b/.config/OpenTabletDriver/settings.json @@ -13,7 +13,7 @@ "Display": { "Width": 2560.0, "Height": 1440.0, - "X": 1280.0001, + "X": 1280.0, "Y": 720.0, "Rotation": 0.0 }, @@ -80,6 +80,29 @@ } ], "AuxButtons": [ + null, + null, + null, + { + "Path": "OpenTabletDriver.Desktop.Binding.KeyBinding", + "Settings": [ + { + "Property": "Key", + "Value": "LeftControl" + } + ], + "Enable": true + }, + { + "Path": "OpenTabletDriver.Desktop.Binding.KeyBinding", + "Settings": [ + { + "Property": "Key", + "Value": "LeftShift" + } + ], + "Enable": true + }, { "Path": "OpenTabletDriver.Desktop.Binding.MultiKeyBinding", "Settings": [ @@ -89,12 +112,7 @@ } ], "Enable": true - }, - null, - null, - null, - null, - null + } ], "MouseButtons": [], "MouseScrollUp": null,