Fixes issue #2837 - ?? and :: Ticket article composing shortcuts added to Keyboard Shortcuts helper.
This commit is contained in:
parent
7fab92d074
commit
ca6f5faf12
1 changed files with 17 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue