Summary: | Circulation item transfer prompt acknowledgement | ||
---|---|---|---|
Product: | Koha | Reporter: | Iming Chan <iming> |
Component: | Circulation | Assignee: | 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
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 |