macify

0.1.0 • Public • Published

macify

Converts a Windows shortcut to a Mac shortcut

Install

npm install macify

Usage

const macify = require('macify');
const windowsShortcut = 'Ctrl+K';

// on a Mac
macify(windowsShortcut) // ⌘+K

License

MIT

Package Sidebar

Install

npm i macify

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • nescalante