Why is this an issue?

The accesskey attribute, despite its potential utility, is fraught with numerous issues that limit its effectiveness and usability:

Given these concerns, it is generally recommended to avoid using accesskeys.

<div accessKey="h"/>

Do not use accesskeys at all.

<div />

Resources

Documentation