Bug 37175 - Circulation item transfer prompt acknowledgement
Summary: Circulation item transfer prompt acknowledgement
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-24 23:33 UTC by Iming Chan
Modified: 2024-06-28 14:53 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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