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' where: 'Used in object views'
shortcuts: [ shortcuts: [
{ {
key: 'y' key: '.'
hotkeys: true hotkeys: true
description: 'Copy current object number (e. g. Ticket#) into clipboard' description: 'Copy current object number (e. g. Ticket#) into clipboard'
callback: (shortcut, lastKey, modifier) -> callback: (shortcut, lastKey, modifier) ->
@ -284,13 +284,13 @@ App.Config.set(
} }
{ {
keyPrefix: '2x' keyPrefix: '2x'
key: 'y' key: '.'
hotkeys: true hotkeys: true
description: '...add object title' description: '...add object title'
} }
{ {
keyPrefix: '3x' keyPrefix: '3x'
key: 'y' key: '.'
hotkeys: true hotkeys: true
description: '...add object link url' description: '...add object link url'
} }
@ -420,7 +420,7 @@ App.Config.set(
{ {
key: 'y' key: 'y'
hotkeys: true hotkeys: true
description: '... of whole textarea' description: '...of whole textarea'
globalEvent: 'richtext-remove-formating-textarea' globalEvent: 'richtext-remove-formating-textarea'
} }
{ {