Open Bug 1396273 Opened 7 years ago Updated 2 years ago

support for semi-colon key in WebExtension command shortcut keys

Categories

(WebExtensions :: General, enhancement, P5)

56 Branch
enhancement

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: f+moz, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170614015614

Steps to reproduce:

  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Semicolon"
      },



Actual results:

The extension fails to load properly, an error states that Ctrl+Semicolon doesn't match some complicated ugly regexp (and that true, it doesn't).


Expected results:

Accept Semicolon (and probably many other keys) as shortcut key.

bug 1364251 is probably related as it asks for the tab key to be added to the list of allowed modifier keys.
Priority: -- → P5
Product: Toolkit → WebExtensions
Bulk move of bugs per https://bugzilla.mozilla.org/show_bug.cgi?id=1483958
Component: Untriaged → General
Type: defect → enhancement
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.