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.
(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_attributes/accesskey
Thanks David for your reply. I'll feed this back to my colleagues.