Extension command default field does not behave uniformly across platforms |
|
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 |
|