fix(config): increase shortcut event delay to mitigate issue on macOS

This commit is contained in:
Federico Terzi 2021-06-05 22:45:47 +02:00
parent 5b9060b6b9
commit a4c02a906b

View File

@ -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;