mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
feat: update shortcuts
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user