mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-30 14:20:18 +08:00
reduce hotkey timeout
This commit is contained in:
parent
98e52f50a9
commit
8b33f98c79
@ -122,7 +122,7 @@ export class HotkeysService {
|
||||
}
|
||||
|
||||
for (const [key, time] of this.pressedKeyTimestamps.entries()) {
|
||||
if (time < performance.now() - 5000) {
|
||||
if (time < performance.now() - 2000) {
|
||||
this.removePressedKey(key)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user