1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-24 19:13:31 +03:00

fixed alt-v passing in hterm (fixes #560)

This commit is contained in:
Eugene Pankov 2018-12-21 23:48:44 +01:00
parent 6f41865474
commit 282aab2e55

View File

@ -66,6 +66,7 @@ export class HTermFrontend extends Frontend {
preferenceManager.set('ctrl-plus-minus-zero-zoom', false)
preferenceManager.set('scrollbar-visible', process.platform === 'darwin')
preferenceManager.set('copy-on-select', config.terminal.copyOnSelect)
preferenceManager.set('pass-meta-v', false)
preferenceManager.set('alt-is-meta', config.terminal.altIsMeta)
preferenceManager.set('alt-sends-what', 'browser-key')
preferenceManager.set('alt-gr-mode', 'ctrl-alt')