mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
allow modifier-only hotkeys
This commit is contained in:
@@ -50,7 +50,7 @@ export class HotkeyInputModalComponent extends BaseComponent {
|
||||
this.hotkeys.clearCurrentKeystrokes()
|
||||
this.subscribeUntilDestroyed(hotkeys.key, (event) => {
|
||||
this.lastKeyEvent = performance.now()
|
||||
this.value = this.hotkeys.getCurrentKeystrokes()
|
||||
this.value = this.hotkeys.getCurrentKeySequence().map(x => x.value)
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
})
|
||||
|
Reference in New Issue
Block a user