Bug 18904: (follow-up) Use Ctrl+Shift+L
authorNick Clemens <nick@bywatersolutions.com>
Wed, 11 Apr 2018 18:19:58 +0000 (18:19 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 12 Apr 2018 13:50:38 +0000 (10:50 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt

index 9085ffb..1caf75d 100644 (file)
@@ -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();
 
index 33d9992..fbf271b 100644 (file)
             <td>Get help on current subfield</td>
         </tr>
         <tr>
-            <td>Ctrl-L</td>
+            <td>Ctrl-Shift-L</td>
             <td>Link field to authorities</td>
         </tr>
         <tr>