-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Support Mac Keys #173
Comments
Hi! I’m all for linguistics, but Apple previously shortened the keys as cmd, ctrl and alt. In the newer keyboards they aren’t anymore abbreviated. I can certainly add the full labels as aliases, but you can also do this in your configuration. const command = 'cmd';
const control = 'ctrl';
const option = 'alt';
Key.on('q', [ command, control ], () => {}); |
I was skeptical, but it turns out you're right about 'ctrl'. Apple did print that as an abbreviation at one time. http://xahlee.info/kbd/i2/Apple_extended_keyboard_1_1987.jpg |
@brandondrew LOL. You don’t have to go that far, MacBooks from a couple of years ago have it as “ctrl”. |
Haha, this is getting nostalgic. |
My MacBook Pro (Late 2013) says |
Sorry no you can't. Any angle you'd like that board photographed from, I'm happy to oblige. |
Simulating low light CCD grain in Photoshop is tricky |
🎺 |
I think the issue might be internationalization. Several (most?) of the keyboards I found online with abbreviations were localized for some language other than English. It's possible that this was done by some company other than Apple. I don't personally remember ever seeing "ctrl" on an Apple keyboard, but the evidence is online. Before people argue about a certain model year having or not having abbreviations, it might be useful to specify what language the keyboard was localized for. Also, let's not let this become hostile. |
Nothing hostile, I can definitely add the aliases. |
This travesty is now sorted! Thanks for the feedback. 👍 |
Phoenix looks very impressive, but has an aesthetic flaw.
OS X/macOS does not have any key named "cmd"—it has "command". (In fact, I'm not aware of any OS that has a "cmd" key.) Likewise, it does not have a key with "ctrl" printed on it, but rather "control".
It would be preferable for software that only runs on Macs to support the keys that Macs ship with:
Thanks!
The text was updated successfully, but these errors were encountered: