mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-27 00:50:49 +03: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',
|
||||
(ngModelChange)='config.save()',
|
||||
)
|
||||
option([value]='null', translate) No modifier
|
||||
option(value='ctrlKey') Ctrl
|
||||
option([ngValue]='null', translate) No modifier
|
||||
option(value='ctrlKey', *ngIf='hostApp.platform !== Platform.macOS') Ctrl
|
||||
option(value='altKey') {{altKeyName}}
|
||||
option(value='shiftKey') Shift
|
||||
option(value='metaKey') {{metaKeyName}}
|
||||
|
Loading…
Reference in New Issue
Block a user