diff --git a/apps/agent/lib/constants/shortcuts.ts b/apps/agent/lib/constants/shortcuts.ts index 7f046677..a176f4e9 100644 --- a/apps/agent/lib/constants/shortcuts.ts +++ b/apps/agent/lib/constants/shortcuts.ts @@ -14,16 +14,16 @@ export const SHORTCUTS_LIST = [ key: 'K', description: 'Toggle LLM Chat', modifier: { - windows: 'Alt', - mac: '⌥', + windows: 'Shift+Alt', + mac: 'Shift+Option', }, }, { key: 'L', description: 'Switch providers in LLM Chat', modifier: { - windows: 'Alt', - mac: '⌥', + windows: 'Shift+Alt', + mac: 'Shift+Option', }, }, ]