Updated chainkeys (markdown)

Ben Collerson 2023-03-26 12:42:48 +10:00
parent f17555066d
commit ef01d98916

@ -4,7 +4,8 @@ Implements chained keybindings (like the dwm [keychain](https://dwm.suckless.org
Bindings can share 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. If it is configured the action will be triggered, otherwise the keypress will be ignored.
### Download
- [2022-12-01](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:chainkeys.patch)
- [2023-03-26](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:d99a1e5.patch)
- [2022-12-01](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:908a5c2.patch)
### Authors
- [Ben Collerson](https://github.com/bencollerson)