From a13380afcbc18f1e1c591d39ad4907f6cae59a5a Mon Sep 17 00:00:00 2001 From: minego Date: Wed, 27 Mar 2024 22:29:01 +0000 Subject: [PATCH] Update press_repeat_release --- press_repeat_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/press_repeat_release.md b/press_repeat_release.md index 4260f51..5567ac4 100644 --- a/press_repeat_release.md +++ b/press_repeat_release.md @@ -1,7 +1,7 @@ ### Description This patch adds 3 additional options to the `Key` struct, `on_press`, `on_repeat` and `on_release` which can be used to control which events a key binding should be triggered on. -NOTE: Due to concerns about patching difficulties this patch does NOT include any changes to `config.def.h`. After applying you will need to add the 3 additional initializers to each key binding. To maintain the default behavior they should all be set to 1, and can be disabled as you see fit. +NOTE: Due to concerns about patching difficulties this patch does NOT include any changes to `config.def.h`. After applying you will need to add the 3 additional initializers to each key binding that you would like to modify. Any key binding that is not updated will cause a build warning but should function as it does in vanilla. ### Download - [git branch](https://codeberg.org/USERNAME/dwl/src/branch/press_repeat_release)