SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/helpers/getPlatformKey.js

Summary

Maintainability
A
0 mins
Test Coverage
export default () => (navigator.platform.indexOf('Mac') > -1 ? 'ctrl' : 'alt')