-
Notifications
You must be signed in to change notification settings - Fork 250
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
[Excel] (keyboard shortcuts) Document support in the unified app manifest #4678
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 2f38af1: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
docs/design/keyboard-shortcuts.md
Outdated
- On macOS, the Alt key is mapped to the Option key. On Windows, the Command key is mapped to the Ctrl key. | ||
- The Shift key can't be used as the only modifier key. It must be combined with either Alt/Option or Ctrl/Command. | ||
- Key combinations can include characters "A-Z", "a-z", "0-9", and the punctuation marks "-", "_", and "+". By convention, lowercase letters aren't used in keyboard shortcuts. | ||
- When two characters are linked to the same physical key on a standard keyboard, then they're synonyms in a custom keyboard shortcut. For example, Alt+a and Alt+A are the same shortcut, as well as Ctrl+- and Ctrl+\_ ("-" and "_" are the linked to the same physical key). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the \
in Ctrl+\_
a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. It's needed to escape the underscore.
Co-authored-by: Rick Kirkham <Rick-Kirkham@users.noreply.github.com>
Learn Build status updates of commit 47170b9: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit d2750c8: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 51980b3: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit dbb896b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 0d49f54: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Related PR: MicrosoftDocs/msteams-docs#11269