mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-15 12:10:16 +00:00
💄 style: improve hotkey for delete messages (#7599)
This commit is contained in:
@@ -91,7 +91,7 @@ export const HOTKEYS_REGISTRATION: HotkeyRegistration = [
|
||||
{
|
||||
group: HotkeyGroupEnum.Conversation,
|
||||
id: HotkeyEnum.ClearCurrentMessages,
|
||||
keys: combineKeys([KeyEnum.Alt, KeyEnum.Backspace]),
|
||||
keys: combineKeys([KeyEnum.Alt, KeyEnum.Shift, KeyEnum.Backspace]),
|
||||
scopes: [HotkeyScopeEnum.Chat],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user