sorenkrabbe / Chrome-Salesforce-inspector

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
336 stars 128 forks source link

Keyboard shotcut ctrl + space does not work on Chrome OS (data-export.js) #215

Open tomblume opened 2 years ago

tomblume commented 2 years ago

as the shortcut ctrl+space is used by chrome os to switch languages.

https://github.com/sorenkrabbe/Chrome-Salesforce-inspector/blob/master/addon/data-export.js#L974

maybe check for shiftKey or altKey as 3rd key?