Skip to content

Commit b7355ed

Browse files
authored
Merge pull request #143 from rinormaloku/master
Add DragThreshold plugin configuration file
2 parents 3d1ec96 + 689a316 commit b7355ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"Name": "Drag Threshold",
3+
"Owner": "rinormaloku",
4+
"Description": "Prevents Pen clicks to be registered as Pen drags due to tiny movements by setting a threshold that must be exceeded before it counts as a drag",
5+
"PluginVersion": "0.1.3",
6+
"SupportedDriverVersion": "0.6.6.2",
7+
"RepositoryUrl": "https://github.com/rinormaloku/DragThreshold",
8+
"DownloadUrl": "https://github.com/rinormaloku/DragThreshold/releases/download/v0.1.4/DragThreshold.zip",
9+
"CompressionFormat": "zip",
10+
"SHA256": "0521409b26472a53842eaf6285fd155fc8b52a40495a4c5ba82abcc208a0ec8f",
11+
"LicenseIdentifier": "GPL-3.0-only"
12+
}

0 commit comments

Comments
 (0)