Add keystroke action type using SharphHook EventSimulator

This commit is contained in:
2026-08-25 01:37:47 +02:00
parent 56bf3ff5bf
commit 9797cd7e79
4 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"bindings": {
"0": { "type": "launch", "target": "notepad.exe" },
"1": { "type": "url", "target": "https://github.com" },
"2": { "type": "keystroke", "target": "^{c}" }
"2": { "type": "keystroke", "target": "ctrl+shift+esc" }
}
}