[% USE raw %] [% USE Asset %] [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Advanced editor shortcuts [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% PROCESS 'keyboard_shortcuts.inc' %]

Advanced editor keyboard shortcuts

[% IF Koha.Preference('EnableAdvancedCatalogingEditor') %]
  • Separate keys using a hyphen "-"
  • Control key is "Ctrl"
  • Alt key is "Alt"
  • Shift is "Shift"
  • If combining multiple keys they must be in specified order: Shift-Cmd-Ctrl-Alt
  • More documentation on defining key maps
[% FOREACH shortcut IN shortcuts %] [% END %]
Description Shortcut keys
[% ELSE %]

Enable the advanced cataloging editor ( EnableAdvancedCatalogingEditor system preference) to define keyboard shortcuts

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]