From 55c443d30f3b05fa50c30941af2644b29d5f115f Mon Sep 17 00:00:00 2001 From: mattia Date: Thu, 15 Aug 2024 15:03:27 +0200 Subject: [PATCH] Automatically unbind removed key bindings This parameter allows for default key bindings to be cleared before setting custom ones and given the configuration contains all the default bindings, every binding removed from the list will be actually unbinded instead of having to manually do it one by one. --- config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.kdl b/config.kdl index c438bfe..8306308 100644 --- a/config.kdl +++ b/config.kdl @@ -1,5 +1,5 @@ // If you'd like to override the default keybindings completely, be sure to change "keybinds" to "keybinds clear-defaults=true" -keybinds { +keybinds clear-defaults=true { normal { // uncomment this and adjust key if using copy_on_select=false // bind "Alt c" { Copy; }