Add config-driven action system (launch, url) with factory pattern
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"bindings": {
|
||||
"0": { "type": "launch", "target": "notepad.exe" },
|
||||
"1": { "type": "url", "target": "https://github.com" },
|
||||
"2": { "type": "keystroke", "target": "^{c}" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user