diff --git a/chainkey.md b/chainkey.md new file mode 100644 index 0000000..d80b744 --- /dev/null +++ b/chainkey.md @@ -0,0 +1,12 @@ +### Description +Implements chained keybindings (like the dwm (keychain)[https://dwm.suckless.org/patches/keychain/] patch). + +A bindings can be set up sharing a leading chain key. This chain key will be triggered when Mod+chain is pressed. A subsequent keypress will be matched against bindings for that chain key. + +### Download +- [2022-12-01](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:chainkeys.patch) + +### Authors +- [Ben Collerson](https://github.com/bencollerson) + +