1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 03:22:58 +03:00

pass alt-numbers to the shell (fixes #217)

This commit is contained in:
Eugene Pankov 2017-10-22 22:10:48 +02:00
parent 21e1656780
commit 33f67503bd

View File

@ -322,6 +322,7 @@ export class TerminalTabComponent extends BaseTabComponent {
preferenceManager.set('copy-on-select', false)
preferenceManager.set('alt-sends-what', 'browser-key')
preferenceManager.set('alt-gr-mode', 'ctrl-alt')
preferenceManager.set('pass-alt-number', true)
preferenceManager.set('cursor-blink', config.terminal.cursorBlink)
if (config.terminal.colorScheme.foreground) {