@@ -, +, @@ --- koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js +++ a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js @@ -164,7 +164,7 @@ define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], cm.execCommand('deleteLine'); }, - 'Ctrl-L': function( cm ) { + 'Shift-Ctrl-L': function( cm ) { // Launch the auth search popup var field = cm.marceditor.getCurrentField(); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt @@ -278,7 +278,7 @@ Get help on current subfield - Ctrl-L + Ctrl-Shift-L Link field to authorities --