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