mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-07 21:10:00 +00:00
fixed keyboard shortcut (control + backspace) in windows
This commit is contained in:
parent
b4abe29c51
commit
c59e9c1d82
@ -290,7 +290,7 @@ export class BaseTerminalTabComponent<P extends BaseTerminalProfile> extends Bas
|
||||
break
|
||||
case 'delete-previous-word':
|
||||
this.forEachFocusedTerminalPane(tab => {
|
||||
tab.sendInput('\x1b\x7f')
|
||||
tab.sendInput('\u0017')
|
||||
})
|
||||
break
|
||||
case 'delete-next-word':
|
||||
|
Loading…
x
Reference in New Issue
Block a user