Is it posible to add the accesskey to elements of the primary menu without create a link inside the node?
Maybe adding it like an attribute to the menu links (I don't know exactly how to do that)

Comments

shawn conn’s picture

As far as I know, and I could be wrong here, there's no way to alter the link attributes on render menus (with out using some fancy javascript). One plan I do have in the works is to use hook_block that will allow people to add a block containing links with hotkeys on them. This way you could have a block displayed on all pages with hotkeys.

shawn conn’s picture

Status: Active » Closed (fixed)