I've been building a small Edge extension, just to see how it goes, I've done a few for Chrome in the past.
However, according to the Edge API docs, there's no support for the MDN "commands" manifest key to capture key presses.
What's the equivalent in Edge to achieve this? A keyboard listener in the background script maybe? I've seen other extensions capture key presses, e.g., LastPass with Alt+G to generate passwords and so on, so just wondering if anyone has found a solution to this?
Thanks.