Restore default desktop shortcuts and Linux pack scripts

This commit is contained in:
CREDO23 2026-04-24 20:43:04 +02:00
parent ed0bcafe49
commit ba25c68c0d
3 changed files with 16 additions and 5 deletions

View file

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