Closed ixti closed 8 years ago
In fact it can be shortened to only default
key, as Ctrl
is converted to Command
for mac anyway, as from documentation:
note that on Mac 'Ctrl' is automatically converted to 'Command'. If you want 'Ctrl' instead, please specify 'MacCtrl'.
Ran into the same problem, the extension will not install from the chrome web store.
Changing it to default and removing mac seems like the right fix.
Please merge! :-)
Please Merge.... what is ze waiting for.
Alternative fix is to include
"linux": "Ctrl+Shift+P"
. But as it equals to the one specified for windows, IMO it's better to simply specifydefault
instead.This will also fix manifest for all
!(windows|macos)
users in general. :D