UBER-498: replace component shortcut (#3441)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-06-19 19:00:16 +05:00 committed by GitHub
parent 05d273bb59
commit e9319acca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1617,7 +1617,7 @@ export function createModel (builder: Builder): void {
},
label: tracker.string.Component,
icon: tracker.icon.Component,
keyBinding: ['keyC'],
keyBinding: ['keyM->keyT'],
input: 'any',
category: tracker.category.Tracker,
target: tracker.class.Issue,