-
Notifications
You must be signed in to change notification settings - Fork 11
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
Investigate how to document keyboard and mouse gestures on macOS #58
Comments
In many cross-platform software programs, notably those from Adobe and Microsoft, keyboard shortcuts are generally documented to reflect the conventions of the respective operating systems, while maintaining consistency wherever possible.
1 Key Modifiers:
2 Right-Click:
3 Alt/Opt Key:
4 More about the default keyboard shortcuts: link here
1 Key Modifiers:
2 Right-Click:
3 Alt/Opt Key:
4 More about the default keyboard shortcuts: |
Describe both Windows and Mac everywhere:
Only describe Control: |
Visual studio code provides different cheatsheets for each OS: https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_keyboard-reference-sheets For their online documentation it seems they embed a code snippet that dynamically changes the document based on what OS your browser is coming from: If we think it's worth it we could do something similar with readthedocs. |
They are indeed processing the That said, after inspecting the
Footnotes |
Check how Control/Command keyboard shortcuts are documented in other cross-platform software (Adobe, Microsoft, etc.) so that we document these differences in shortcuts similarly in Slicer.
Differences include:
Alt
key on macOS, it is often mapped toOption
The text was updated successfully, but these errors were encountered: