-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
📖 DOC: Non-conflict key mapping #8455
Conversation
Thanks @ahmadawais! Ctrl-Space is different than Command-Space, but easy to get confused. Confirming that Shift-Space works on all OS-s? If so then maybe we should just recommend this instead of Command-Space (or both, eg, "Use Shift-Space, or Cmd+Space, to..." I don't think we should use the words "conflict key mapping" in the tutorial as they're likely to confuse beginners! |
Nops. That's not what I am saying here. CONTROL (⌃) + SPACE in MacOS opens
It should work as mentioned in the PR I linked above. I only tested on MacOS and it does work there.
Should I rename it to |
Sorry for the misunderstanding -- Command-Space rather than Control-Space opens Spotlight Search on my Mac. Yes, I think "alternate keyboard shortcut" is a better wording. I'll make that change, squash and merge in. |
Thanks @ahmadawais! |
Holy buckets, @ahmadawais — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Awesome! 💯 Glad to have the second contribution on Gatsby and just ordered my 🦄 Purple T-Shirt :) Peace! ✌️ |
* 📖 DOC: Non-conflict key mapping * Update index.md
While teaching beginners, they often get confused on the GraphQL part. There's a conflict on using Ctrl + Space as it opens up Mac search. As discussed here →.
The solution to this is a non-conflict key mapping which is what this PR adds for beginners.
or use <kbd>Shift + Space</kbd>
Peace! ✌️