https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40633 --- Comment #5 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197394&action=edit Bug 40633: Add new keyboard shortcut for the fixed-length field helper This adds a new 'open_helper_plugin' keyboard shortcut to the keyboard_shortcuts table, used by the advanced cataloging editor to open the value_builder popup for the Leader, 006, 007 and 008 fixed length fields. The default key combination is Shift-Ctrl-H ("Helper") and is rebindable from Administration > Keyboard shortcuts. The behaviour bound to this shortcut is added in a follow-up patch. Test plan: 1. Apply this patch and run installer/data/mysql/updatedatabase.pl in KTD. 2. Run: SELECT * FROM keyboard_shortcuts WHERE shortcut_name = 'open_helper_plugin'; Confirm a row exists with shortcut_keys = 'Shift-Ctrl-H'. 3. Re-run updatedatabase.pl and confirm the atomic update is idempotent (no error, no duplicate row). 4. On a fresh install (or by re-loading mandatory/keyboard_shortcuts.sql on an empty table) confirm the same row is created. Sponsored-by: Main Library Alliance <https://www.mainlib.org/> Signed-off-by: Jeanne Mauriello <jeanne.mauriello@mainlib.org> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.