From f8221e95a4b135f8d0fcbd2e1a0dd8a6225aca28 Mon Sep 17 00:00:00 2001 From: Nikhil Sonti Date: Tue, 3 Feb 2026 12:12:32 -0800 Subject: [PATCH] feat: update shortcuts --- apps/agent/lib/constants/shortcuts.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/agent/lib/constants/shortcuts.ts b/apps/agent/lib/constants/shortcuts.ts index 7f0466774..a176f4e9d 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', }, }, ]