Remove desktop suggestion UI and refresh settings surfaces

This commit is contained in:
CREDO23 2026-04-24 19:18:09 +02:00
parent 3f97b77ab6
commit 8034f372e7
8 changed files with 49 additions and 849 deletions

View file

@ -36,9 +36,8 @@ export function acceleratorToDisplay(accel: string): string[] {
}
export const DEFAULT_SHORTCUTS = {
generalAssist: "CommandOrControl+Shift+S",
quickAsk: "CommandOrControl+Alt+S",
autocomplete: "CommandOrControl+Shift+Space",
generalAssist: "Alt+Shift+G",
quickAsk: "Alt+Shift+Q",
};
// ---------------------------------------------------------------------------