Fixes issue #2837 - ?? and :: Ticket article composing shortcuts added to Keyboard Shortcuts helper.

This commit is contained in:
Mantas Masalskis 2020-01-06 02:11:29 +02:00 committed by Thorsten Eckel
parent 7fab92d074
commit ca6f5faf12

View file

@ -391,6 +391,23 @@ App.Config.set(
description: 'Navigate through article'
}
]
},
{
where: 'Used when composing a Ticket article'
shortcuts: [
{
key: '::'
hotkeys: false,
description: 'Inserts Text module'
globalEvent: 'richtext-insert-text-module'
}
{
key: '??'
hotkeys: false,
description: 'Inserts Knowledge Base answer'
globalEvent: 'richtext-insert-kb-answer'
}
]
}
]