Fix JumpToLatestMessage
(#7715)
This commit is contained in:
parent
df86678798
commit
29cf22a521
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
||||||
},
|
},
|
||||||
displayName: _td("Jump to first message"),
|
displayName: _td("Jump to first message"),
|
||||||
},
|
},
|
||||||
[KeyBindingAction.JumpToOldestUnread]: {
|
[KeyBindingAction.JumpToLatestMessage]: {
|
||||||
default: {
|
default: {
|
||||||
key: Key.END,
|
key: Key.END,
|
||||||
ctrlKey: true,
|
ctrlKey: true,
|
||||||
|
|
Loading…
Reference in a new issue