Skip to content

Commit a448798

Browse files
committed
Add "release" config key documentation to README
1 parent 47815c1 commit a448798

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ working configuration file:
3939
"keys": "KEY_LEFTCTRL+KEY_LEFTALT+KEY_2",
4040
"blocking": false,
4141
"command": "echo Hello World!"
42+
}, {
43+
"keys": "KEY_LEFTCTRL+KEY_LEFTALT+KEY_2",
44+
"blocking": false,
45+
"release": true,
46+
"command": "echo key released"
4247
}]
4348
}
4449

@@ -83,6 +88,10 @@ spawned before allowing the user to spawn it again.
8388

8489
The command to spawn when the keys combinations are pressed
8590

91+
#### release
92+
93+
Specify the command to be triggered on key release instead of keypress.
94+
8695
Usage
8796
-----
8897

0 commit comments

Comments
 (0)