💄 style: improve hotkey for delete messages (#7599)

This commit is contained in:
Tardis
2025-04-28 18:32:01 +08:00
committed by GitHub
parent 5cb3539fb8
commit af848fc47c
+1 -1
View File
@@ -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],
},
];