mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fixed keyboard shortcut (control + backspace) in windows
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user