From 85b8a90913e038b22c329e09163ebf927817ec0d Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Mon, 10 Jan 2022 19:19:00 +0100 Subject: [PATCH] fix(core): remove paste_shortcut and backend override from Thunderbird patch. Fix #455 --- espanso/src/patch/patches/linux/thunderbird_x11.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/espanso/src/patch/patches/linux/thunderbird_x11.rs b/espanso/src/patch/patches/linux/thunderbird_x11.rs index eeb366ab..f593b2fe 100644 --- a/espanso/src/patch/patches/linux/thunderbird_x11.rs +++ b/espanso/src/patch/patches/linux/thunderbird_x11.rs @@ -34,8 +34,6 @@ pub fn patch() -> PatchDefinition { base, name, Patches { - paste_shortcut: Some(Some("CTRL+SHIFT+V".to_string())), - backend: Some(Backend::Clipboard), key_delay: Some(Some(15)), inject_delay: Some(Some(15)), ..Default::default()