I'm having trouble determining if this is possible. I want to add a shortcut to the app so that users can select all of the images on the page by typing the following:
On OSX: Command+A
On Windows: CTRL+A
The issue is the Command+A combo in jQuery is done by checking the metaKey value. How do I bind the CTRL+A combo for windows, but ensure it doesn't get bound on Mac's?