fix(config): increase shortcut event delay to mitigate issue on macOS
This commit is contained in:
parent
5b9060b6b9
commit
a4c02a906b
|
@ -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;
|
Loading…
Reference in New Issue
Block a user