accesskeyhas a rather spotty implementation. Firefox allows you to use any character as a value accesskey, while Safari seems to only allow numeric characters (for example, on this page ).
The next button maps to the access key >. It works on Firefox ( Ctrl >, on Mac), but not on Safari.
In my opinion, if keyboard navigation is important for your web page, using JavaScript is a much better option.
Some resources I came to my conclusions.
EDIT: , , Safari , - . Ctrl Alt {ACCESSKEY}. , JavaScript - , , .