We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47815c1 commit a448798Copy full SHA for a448798
README.md
@@ -39,6 +39,11 @@ working configuration file:
39
"keys": "KEY_LEFTCTRL+KEY_LEFTALT+KEY_2",
40
"blocking": false,
41
"command": "echo Hello World!"
42
+ }, {
43
+ "keys": "KEY_LEFTCTRL+KEY_LEFTALT+KEY_2",
44
+ "blocking": false,
45
+ "release": true,
46
+ "command": "echo key released"
47
}]
48
}
49
@@ -83,6 +88,10 @@ spawned before allowing the user to spawn it again.
83
88
84
89
The command to spawn when the keys combinations are pressed
85
90
91
+#### release
92
+
93
+Specify the command to be triggered on key release instead of keypress.
94
86
95
Usage
87
96
-----
97
0 commit comments