[Bug 37175] New: Circulation item transfer prompt acknowledgement
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37175 Bug ID: 37175 Summary: Circulation item transfer prompt acknowledgement Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: iming@rosewoodfarm.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37175 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org