28 Jun
2024
28 Jun
'24
3:53 p.m.
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.