Improved copy of number current object shortcut. Replaced "ctrl+alt+y" (which was already used for removing format) with "ctrl+alt+,".
This commit is contained in:
parent
e890f3b342
commit
f9ff436630
1 changed files with 4 additions and 4 deletions
|
@ -258,7 +258,7 @@ App.Config.set(
|
|||
where: 'Used in object views'
|
||||
shortcuts: [
|
||||
{
|
||||
key: 'y'
|
||||
key: '.'
|
||||
hotkeys: true
|
||||
description: 'Copy current object number (e. g. Ticket#) into clipboard'
|
||||
callback: (shortcut, lastKey, modifier) ->
|
||||
|
@ -284,13 +284,13 @@ App.Config.set(
|
|||
}
|
||||
{
|
||||
keyPrefix: '2x'
|
||||
key: 'y'
|
||||
key: '.'
|
||||
hotkeys: true
|
||||
description: '...add object title'
|
||||
}
|
||||
{
|
||||
keyPrefix: '3x'
|
||||
key: 'y'
|
||||
key: '.'
|
||||
hotkeys: true
|
||||
description: '...add object link url'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue