nico3333fr/jquery-accessible-tabs-aria

Ctrl + Arrow already taken

Screenfeed opened this issue · 3 comments

Hi Nico.

FYI, Ctrl + Arrow can't be done with OSX, they're already taken (unless the user customize them). Lets allow Alt + Arrow too?

... and Alt + PageUp/PageDown of course, to keep it relevant.

Hi,

in fact, I'm just respecting ARIA Design Pattern, but there are also problems on Chrome/Firefox : for example, Ctrl/PageUp will switch between tabs, unfortunately, nothing to do to avoid this. :-\

Do ARIA Design Patterns forbid you to add more keyboard shortcuts than theirs?
I mean, if you keep Ctrl + WhateverKey, is it forbidden to also have Alt + WhateverKey for the same thing?
If they do, those pattern are obviously a failure (imho) :|