index.md (665B)
1 keychain 2 ======== 3 4 Description 5 ----------- 6 This patch modifies the key handing so that you can chain multiple bindings 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 Mod + 9 ChainKey group and execute its function. If there isn't any match the key press 10 will be consumed without any effect. This allows you group certain bindings 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.diff) 16 17 Author 18 ------ 19 * [Stefan Matz (braunbearded)](mailto:braunbearded1@gmail.com)