diff --git a/Telegram/SourceFiles/core/shortcuts.cpp b/Telegram/SourceFiles/core/shortcuts.cpp index ef50008ef5..4e988bd136 100644 --- a/Telegram/SourceFiles/core/shortcuts.cpp +++ b/Telegram/SourceFiles/core/shortcuts.cpp @@ -385,7 +385,7 @@ void Manager::fillDefaults() { set(qsl("ctrl+0"), Command::ChatSelf); set(qsl("ctrl+9"), Command::ShowArchive); - set(qsl("ctrl+shift+n"), Command::ShowContacts); + set(qsl("ctrl+j"), Command::ShowContacts); set(qsl("ctrl+r"), Command::ReadChat); }