1
votes

I'm creating small plugin for a navigation list which will come in the right click context menu.

I want to set up short-cut key for my links.

What i implement is https://addons.mozilla.org/en-US/developers/docs/sdk/latest/modules/sdk/context-menu.html

1

1 Answers

0
votes

You can use the hotkeys module to do just that -- the context-menu and hotkeys just need to read from the same dataset, they don't have to interact with each other.