ShiftKeyUpChecker // Change delay interval to 0.2.

This commit is contained in:
ShikiSuen 2024-01-13 23:15:49 +08:00
parent b3ae482c70
commit 71dc1afc48
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public struct ShiftKeyUpChecker {
///
private let delayInterval = 0.3
private let delayInterval = 0.2
private var previousKeyCode: UInt16?
private var lastTime: Date = .init()