Skip to content

Commit

Permalink
fix(core): remove paste_shortcut and backend override from Thunderbir…
Browse files Browse the repository at this point in the history
…d patch. Fix #455
  • Loading branch information
federico-terzi committed Jan 10, 2022
1 parent f07d297 commit 85b8a90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions espanso/src/patch/patches/linux/thunderbird_x11.rs
Expand Up @@ -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()
Expand Down

0 comments on commit 85b8a90

Please sign in to comment.