From 3163cf839d516ce2e2a87bd2dc5fffb3ba57b0ca Mon Sep 17 00:00:00 2001 From: David Sarno Date: Mon, 30 Mar 2026 10:32:41 -0700 Subject: [PATCH 1/2] Add Key + Mouse Binding plugin Co-Authored-By: Claude Opus 4.6 (1M context) --- .../dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json diff --git a/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json b/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json new file mode 100644 index 0000000..71a26be --- /dev/null +++ b/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json @@ -0,0 +1,12 @@ +{ + "Name": "Key + Mouse Binding", + "Owner": "dsarno", + "Description": "Combines keyboard key presses with a mouse button click in a single binding.\nUseful for 3D applications (Blender, Maya, etc.) that use modifier+mouse combos like Shift+MMB.", + "PluginVersion": "1.0.0", + "SupportedDriverVersion": "0.6.6.2", + "RepositoryUrl": "https://github.com/dsarno/OTD-KeyMouseBinding", + "DownloadUrl": "https://github.com/dsarno/OTD-KeyMouseBinding/releases/download/v1.0.0/KeyMouseBinding-0.6.6.2-1.0.0.zip", + "CompressionFormat": "zip", + "SHA256": "00fdfd74431fe678e67048f2fa337edb7c7618e5cf502765a135940f6e487e64", + "LicenseIdentifier": "GPL-3.0-only" +} From 512c272338b28fd76a1f9d78afd81e401037fb7d Mon Sep 17 00:00:00 2001 From: David Sarno Date: Mon, 30 Mar 2026 14:30:47 -0700 Subject: [PATCH 2/2] Add WikiUrl pointing to plugin README Co-Authored-By: Claude Opus 4.6 (1M context) --- .../0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json b/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json index 71a26be..77358b1 100644 --- a/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json +++ b/Repository/0.6.6.2/dsarno/OTD-KeyMouseBinding/KeyMouseBinding.json @@ -8,5 +8,6 @@ "DownloadUrl": "https://github.com/dsarno/OTD-KeyMouseBinding/releases/download/v1.0.0/KeyMouseBinding-0.6.6.2-1.0.0.zip", "CompressionFormat": "zip", "SHA256": "00fdfd74431fe678e67048f2fa337edb7c7618e5cf502765a135940f6e487e64", - "LicenseIdentifier": "GPL-3.0-only" + "LicenseIdentifier": "GPL-3.0-only", + "WikiUrl": "https://github.com/dsarno/OTD-KeyMouseBinding#readme" }