Expose Screenshot Assist in desktop login and settings with shared shortcut defaults.

This commit is contained in:
CREDO23 2026-04-27 18:49:40 +02:00
parent df952ffa28
commit 97488218db
4 changed files with 14 additions and 5 deletions

View file

@ -38,6 +38,7 @@ export function acceleratorToDisplay(accel: string): string[] {
export const DEFAULT_SHORTCUTS = {
generalAssist: "CommandOrControl+Shift+S",
quickAsk: "CommandOrControl+Alt+S",
screenshotAssist: "CommandOrControl+Shift+Space",
};
// ---------------------------------------------------------------------------