From eab12695bbd21afb4fb60905b00ddc4b5e62d287 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sun, 27 Dec 2020 19:02:48 +0300 Subject: [PATCH] Switch "jump to date" default hotkey to Ctrl+H It seems that Ctrl+J now used for Contacts by default. --- Telegram/SourceFiles/core/shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/core/shortcuts.cpp b/Telegram/SourceFiles/core/shortcuts.cpp index e4209bdb5..7b4dbf79b 100644 --- a/Telegram/SourceFiles/core/shortcuts.cpp +++ b/Telegram/SourceFiles/core/shortcuts.cpp @@ -420,7 +420,7 @@ void Manager::fillDefaults() { set(qsl("ctrl+r"), Command::ReadChat); set(qsl("ctrl+s"), Command::SaveDraft); - set(qsl("ctrl+j"), Command::JumpToDate); + set(qsl("ctrl+h"), Command::JumpToDate); } void Manager::writeDefaultFile() {