From 26ad67e80aaa30fcd9c2a1bb20f5987288760bbc Mon Sep 17 00:00:00 2001 From: Soc Sieng Date: Sat, 2 Jan 2021 02:58:00 -0800 Subject: [PATCH] fix: double key entry issue --- Sources/SendKeysLib/Commands/CommandExecutor.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/SendKeysLib/Commands/CommandExecutor.swift b/Sources/SendKeysLib/Commands/CommandExecutor.swift index d3668ce..601f8a3 100644 --- a/Sources/SendKeysLib/Commands/CommandExecutor.swift +++ b/Sources/SendKeysLib/Commands/CommandExecutor.swift @@ -44,8 +44,6 @@ public class CommandExecutor: CommandExecutorProtocol { default: return } - - try! keyPresser.keyPress(key: command.arguments[0]!, modifiers: modifiers) } private func executePause(_ command: Command) {