From fe2f556bd36fbe4a82b4c8610f1d04b4b5358ba2 Mon Sep 17 00:00:00 2001 From: Will Bamberg Date: Thu, 22 Mar 2018 13:49:38 -0700 Subject: [PATCH] Update README --- commands/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/README.md b/commands/README.md index a718f6a..1f034f9 100644 --- a/commands/README.md +++ b/commands/README.md @@ -4,3 +4,5 @@ This extension shows how to use the `commands` manifest key to register keyboard It registers a shortcut (Ctrl+Shift+U) to send a command to the extension (Command+Shift+U on a Mac). When the user enters the shortcut, the extension opens a new browser tab and loads https://developer.mozilla.org into it. + +It also adds an [options page](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/user_interface/Options_pages) to the extension, which enables the user to change the registered shortcut for the extension. Just open the options page, then type a new value into the textbox (for example: "Ctrl+Shift+O") and press "Update keyboard shortcut". To reset the shortcut to its original value, press "Reset keyboard shortcut".