Skip to content

Commit fa53efa

Browse files
committed
更改“复制上一条”的快捷键
1 parent 3799879 commit fa53efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/store/shortcuts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const initialState: ShortcutsState = {
5454
},
5555
{
5656
key: 'copy_last_message',
57-
shortcut: [isMac ? 'Command' : 'Ctrl', 'Shift', 'C'],
57+
shortcut: [isMac ? 'Command' : 'Ctrl', 'Alt', 'C'],
5858
editable: true,
5959
enabled: false,
6060
system: false

0 commit comments

Comments
 (0)