mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50:08 +00:00
linkifier: fixed "no modifier", removed ctrl on macOS
This commit is contained in:
parent
3466d42cb1
commit
9893fb51a7
@ -107,8 +107,8 @@ div.mt-4
|
|||||||
[(ngModel)]='config.store.clickableLinks.modifier',
|
[(ngModel)]='config.store.clickableLinks.modifier',
|
||||||
(ngModelChange)='config.save()',
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
option([value]='null', translate) No modifier
|
option([ngValue]='null', translate) No modifier
|
||||||
option(value='ctrlKey') Ctrl
|
option(value='ctrlKey', *ngIf='hostApp.platform !== Platform.macOS') Ctrl
|
||||||
option(value='altKey') {{altKeyName}}
|
option(value='altKey') {{altKeyName}}
|
||||||
option(value='shiftKey') Shift
|
option(value='shiftKey') Shift
|
||||||
option(value='metaKey') {{metaKeyName}}
|
option(value='metaKey') {{metaKeyName}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user