We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3799879 commit fa53efaCopy full SHA for fa53efa
src/renderer/src/store/shortcuts.ts
@@ -54,7 +54,7 @@ const initialState: ShortcutsState = {
54
},
55
{
56
key: 'copy_last_message',
57
- shortcut: [isMac ? 'Command' : 'Ctrl', 'Shift', 'C'],
+ shortcut: [isMac ? 'Command' : 'Ctrl', 'Alt', 'C'],
58
editable: true,
59
enabled: false,
60
system: false
0 commit comments