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:
Martin Edenhofer 2016-05-23 21:17:25 +02:00
parent e890f3b342
commit f9ff436630

View file

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