This seems to be a repeating tricky question, but I still don't have a fix and a workaround:
Is there a way to intercept the access keys before the shortcut keys?
I need to use accesskeys in my IE navigator favorites as well as FF, but I do not want to treat existing shortcuts as reserved. Otherwise, this does not leave many possibilities (currently I use only numbers).
Note: through accesskey, I mean the accesskey html attribute.
Any idea? Flash applications can do this, so what about JavaScript?
For example, available control is available:
<button onclick="alert('Hello');" accesskey="F">Alt+F to activate</button>
When I try to activate it, I simply open the File menu: "(
javascript html keyboard-shortcuts access-keys
sinsedrix
source share