Skip to content

Commit

Permalink
fix: double key entry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Jan 2, 2021
1 parent 9b6228f commit 26ad67e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/SendKeysLib/Commands/CommandExecutor.swift
Expand Up @@ -44,8 +44,6 @@ public class CommandExecutor: CommandExecutorProtocol {
default:
return
}

try! keyPresser.keyPress(key: command.arguments[0]!, modifiers: modifiers)
}

private func executePause(_ command: Command) {
Expand Down

0 comments on commit 26ad67e

Please sign in to comment.