1
1
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:
Eugene Pankov 2022-01-28 23:23:40 +01:00
parent 3466d42cb1
commit 9893fb51a7
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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}}