From 191ca8dfe44e59f49af0aabbb980ca2a322b5543 Mon Sep 17 00:00:00 2001 From: sonninnos <45124675+sonninnos@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:18:57 +0200 Subject: [PATCH] Default 'Bind Hold' to 0 (#15909) --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 8e33cf6993..c54e2939e2 100644 --- a/config.def.h +++ b/config.def.h @@ -1534,7 +1534,7 @@ #endif #define DEFAULT_INPUT_BIND_TIMEOUT 3 -#define DEFAULT_INPUT_BIND_HOLD 1 +#define DEFAULT_INPUT_BIND_HOLD 0 #define DEFAULT_INPUT_POLL_TYPE_BEHAVIOR 2 #define DEFAULT_INPUT_HOTKEY_BLOCK_DELAY 5