increase-hotkey-press-threshold
This commit is contained in:
parent
d680ef843e
commit
7986f4411d
@ -38,7 +38,7 @@ class HotkeyManager: ObservableObject {
|
||||
// Key state tracking
|
||||
private var currentKeyState = false
|
||||
private var keyPressStartTime: Date?
|
||||
private let briefPressThreshold = 1.0 // 1 second threshold for brief press
|
||||
private let briefPressThreshold = 1.7
|
||||
private var isHandsFreeMode = false
|
||||
|
||||
// Debounce for Fn key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user