diff --git a/Sources/AppDelegate.swift b/Sources/AppDelegate.swift index d7da8180..a78558c8 100644 --- a/Sources/AppDelegate.swift +++ b/Sources/AppDelegate.swift @@ -4452,9 +4452,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCent commandPaletteEscapeSuppressionByWindowId.contains(windowId) else { return false } - if event.isARepeat { - return true - } let startedAt = commandPaletteEscapeSuppressionStartedAtByWindowId[windowId] ?? 0 if ProcessInfo.processInfo.systemUptime - startedAt <= 0.35 { return true