Bug 37175

Summary: Circulation item transfer prompt acknowledgement
Product: Koha Reporter: Iming Chan <iming>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Iming Chan 2024-06-24 23:33:13 UTC
In circulation when the item transfer prompt appeared, you have to press <ALT> + Y (or click "OK" with the mouse) to acknowledge.  It will be nice that we can just press "Y" without using <ALT> key.  This is particularly helpful when you are holding a barcode scanner a hand.
Comment 1 Owen Leonard 2024-06-28 14:53:22 UTC
The keyboard shortcuts for buttons like that use HTML's accesskey attribute, which means that the keyboard combination may vary based on the browser you're using. For instance, in Firefox on a Mac it's even more convoluted: Ctrl + Alt + Y.

We could implement those shortcuts in JavaScript but we must be conscious of accessibility concerns:

https://webaim.org/techniques/keyboard/accesskey#alternatives