Service console check providers

This commit is contained in:
Stijnus
2025-01-30 01:58:47 +01:00
parent 9e8d05cb54
commit d9a380f28a
22 changed files with 1476 additions and 104 deletions

View File

@@ -38,8 +38,9 @@ export const shortcutsStore = map<Shortcuts>({
},
toggleTheme: {
key: 'd',
ctrlOrMetaKey: true,
altKey: true,
metaKey: true, // Command key on Mac, Windows key on Windows
altKey: true, // Option key on Mac, Alt key on Windows
shiftKey: true,
action: () => toggleTheme(),
},
toggleChat: {