From a4c02a906bbf70ba9e0b860f7df6c271446f121a Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sat, 5 Jun 2021 22:45:47 +0200 Subject: [PATCH] fix(config): increase shortcut event delay to mitigate issue on macOS --- espanso-config/src/config/default.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espanso-config/src/config/default.rs b/espanso-config/src/config/default.rs index 074da3e..8d308d3 100644 --- a/espanso-config/src/config/default.rs +++ b/espanso-config/src/config/default.rs @@ -19,5 +19,5 @@ pub(crate) const DEFAULT_CLIPBOARD_THRESHOLD: usize = 100; pub(crate) const DEFAULT_PRE_PASTE_DELAY: usize = 100; -pub(crate) const DEFAULT_SHORTCUT_EVENT_DELAY: usize = 5; +pub(crate) const DEFAULT_SHORTCUT_EVENT_DELAY: usize = 10; pub(crate) const DEFAULT_RESTORE_CLIPBOARD_DELAY: usize = 300; \ No newline at end of file