New issue
Advanced search Search tips

Issue 805215 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: 0
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

Extension command default field does not behave uniformly across platforms

Project Member Reported by crystallambert@chromium.org, Jan 24 2018

Issue description

Chrome Extensions: Commands
Extensions that specify "MacCtrl" for a default command are not installable on all platforms other than Mac. 
Eg.
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "MacCtrl+Shift+P"
      }
    }
  },


 

Sign in to add a comment