diff --git a/doc/specs/WinGet Manifest Keyboard Shortcuts schema.md b/doc/specs/WinGet Manifest Keyboard Shortcuts schema.md index 4a518aeae26c..011b307ae61c 100644 --- a/doc/specs/WinGet Manifest Keyboard Shortcuts schema.md +++ b/doc/specs/WinGet Manifest Keyboard Shortcuts schema.md @@ -109,7 +109,7 @@ Per Application/Package one or more Keyboard manifests can be declared. Every ma
SectionName - Name of the category of shortcuts - Name of the section of shortcuts. + Name of the section of shortcuts. Use sentence case, the same convention described under `Name` below. **Special sections**: @@ -126,6 +126,10 @@ Special sections start with an identifier enclosed between `<` and `>`. This dec Name of the shortcut. This is the name that will be displayed in the interpreter. +**Casing**: + +By convention, shortcut names (and `SectionName` values) use **sentence case**: capitalize only the first word plus any proper nouns or product/feature names. For example, prefer `Reopen last closed tab` over `Reopen Last Closed Tab`, but keep `Open History`, `Quit Slack`, and `Show Quick Access` capitalized because those are application feature names. Match the casing the application uses for its own features rather than copying the title-case styling some apps apply to their entire shortcut list. +
diff --git a/src/modules/ShortcutGuide/ShortcutGuide.Ui/Assets/ShortcutGuide/Manifests/AgileBits.1Password.en-US.yml b/src/modules/ShortcutGuide/ShortcutGuide.Ui/Assets/ShortcutGuide/Manifests/AgileBits.1Password.en-US.yml new file mode 100644 index 000000000000..024f438f4526 --- /dev/null +++ b/src/modules/ShortcutGuide/ShortcutGuide.Ui/Assets/ShortcutGuide/Manifests/AgileBits.1Password.en-US.yml @@ -0,0 +1,226 @@ +PackageName: AgileBits.1Password +Name: 1Password +WindowFilter: "1Password.exe" +BackgroundProcess: false +Shortcuts: + - SectionName: Basics + Properties: + - Name: View keyboard shortcuts + Shortcut: + - Win: false + Ctrl: true + Shift: true + Alt: false + Keys: + - "/" + - Name: Show Quick Access + Recommended: true + Shortcut: + - Win: false + Ctrl: true + Shift: true + Alt: false + Keys: + - "" + - Name: Lock 1Password + Recommended: true + Shortcut: + - Win: false + Ctrl: true + Shift: true + Alt: false + Keys: + - L + - SectionName: Navigation + Properties: + - Name: Find + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - F + - Name: Switch to all accounts + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - "<1>" + - Name: "Switch accounts & collections" + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - '2 - 9' + - Name: Back + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: true + Keys: + - "" + - Name: Forward + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: true + Keys: + - "" + - Name: Focus next row + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: false + Keys: + - "" + - Name: Focus previous row + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: false + Keys: + - "" + - Name: Focus right section + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: false + Keys: + - "" + - Name: Focus left section + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: false + Keys: + - "" + - SectionName: Selected item + Properties: + - Name: Copy primary field + Recommended: true + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - C + - Name: Copy password + Recommended: true + Shortcut: + - Win: false + Ctrl: true + Shift: true + Alt: false + Keys: + - C + - Name: Copy one-time password + Recommended: true + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: true + Keys: + - C + - Name: "Open & fill in web browser" + Shortcut: + - Win: false + Ctrl: true + Shift: true + Alt: false + Keys: + - F + - Name: Open item in new window + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - O + - Name: Edit item + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - E + - Name: Save item + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - S + - Name: Reveal concealed fields + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - R + - Name: Archive item + Shortcut: + - Win: false + Ctrl: false + Shift: false + Alt: false + Keys: + - "" + - Name: Delete item + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - "" + - SectionName: View + Properties: + - Name: Show/hide sidebar + Shortcut: + - Win: false + Ctrl: true + Shift: true + Alt: false + Keys: + - D + - Name: Zoom in + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - "+" + - Name: Zoom out + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - "-" + - Name: Actual size + Shortcut: + - Win: false + Ctrl: true + Shift: false + Alt: false + Keys: + - "<0>"