From 13862eef67fa41ef46a6ffe9348a4b9b3930ce7b Mon Sep 17 00:00:00 2001 From: Ben Collerson Date: Tue, 2 Jan 2024 11:33:51 +0000 Subject: [PATCH] Update chainkeys --- chainkeys.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/chainkeys.md b/chainkeys.md index 5d08b7b..cf7b9ef 100644 --- a/chainkeys.md +++ b/chainkeys.md @@ -1 +1,12 @@ -Welcome to the Wiki. \ No newline at end of file +### Description +Implements chained keybindings (like the dwm keychain patch). + +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 +- [git branch](https://codeberg.org/bencc/dwl/src/branch/chainkeys) +- [2024-01-02](https://codeberg.org/dwl/dwl-patches/src/branch/main/chainkeys/chainkeys) + +### Authors +- [bencc](https://codeberg.org/bencc) \ No newline at end of file