mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
hotkey fixes
This commit is contained in:
@@ -229,6 +229,9 @@ export class HotkeysService {
|
|||||||
if (!matches.length) {
|
if (!matches.length) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
if (matches[0].sequence.length > 1) {
|
||||||
|
this.clearCurrentKeystrokes()
|
||||||
|
}
|
||||||
return matches[0].id
|
return matches[0].id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user