index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (665B) | |
--- | |
1 keychain | |
2 ======== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch modifies the key handing so that you can chain multiple bindi… | |
7 together like in sxhkd. After pressing Mod + ChainKey the next key press | |
8 will be matched against any KEY in the keys array which is part of the M… | |
9 ChainKey group and execute its function. If there isn't any match the ke… | |
10 will be consumed without any effect. This allows you group certain bindi… | |
11 together which all starts with the specified Mod + ChainKey prefix. | |
12 | |
13 Download | |
14 -------- | |
15 * [dwm-keychain-20200729-053e3a2.diff](dwm-keychain-20200729-053e3a2.dif… | |
16 | |
17 Author | |
18 ------ | |
19 * [Stefan Matz (braunbearded)](mailto:[email protected]) |