TryGhost/Ghost

View on GitHub
ghost/admin/app/utils/ctrl-or-cmd.js

Summary

Maintainability
A
0 mins
Test Coverage
export default navigator.userAgent.indexOf('Mac') !== -1 ? 'command' : 'ctrl';