From e8c5a639866fee927b04436c6e1dfe1af30b5612 Mon Sep 17 00:00:00 2001 From: mamingkun Date: Tue, 23 Nov 2021 20:07:25 +0800 Subject: [PATCH] 1. Delete a line of duplicate code --- src/client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 4484a8f0a..b4116a945 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1086,7 +1086,6 @@ lazy_static::lazy_static! { ("VK_F10", Key::ControlKey(ControlKey::F10)), ("VK_F11", Key::ControlKey(ControlKey::F11)), ("VK_F12", Key::ControlKey(ControlKey::F12)), - ("VK_F12", Key::ControlKey(ControlKey::F12)), ("VK_ENTER", Key::ControlKey(ControlKey::Return)), ("VK_CANCEL", Key::ControlKey(ControlKey::Cancel)), ("VK_BACK", Key::ControlKey(ControlKey::Backspace)),