Skip to content

Instantly share code, notes, and snippets.

@aaronzufall
Last active August 29, 2015 14:23
Show Gist options
  • Save aaronzufall/e32f9b03e774dbfb4345 to your computer and use it in GitHub Desktop.
Save aaronzufall/e32f9b03e774dbfb4345 to your computer and use it in GitHub Desktop.
JavaScript Control or Command Key based on operating system
Use the <script>document.write((navigator.userAgent.indexOf('Mac OS X')!=-1)?"⌘ (Command)":"Control");</script><noscript>Control</noscript> key to select multiple items.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment