https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40045 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- (In reply to Hannah Dunne-Howrie from comment #0)
In our old library management system, shortcuts for pop up messages would be a single key, i.e. Y key for Yes to proceed. In Koha, you need to press the Alt key as well as the appropriate key for the operation.
It's likely your old library management system had a custom implementation for keyboard shortcuts in that case. Koha is using a standard system called "access keys". The use of "Alt" is not a requirement from Koha but rather a requirement from your browser. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attribute... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.