diff --git a/Telegram/SourceFiles/core/shortcuts.cpp b/Telegram/SourceFiles/core/shortcuts.cpp index 3632bcfd3..49f81d1d8 100644 --- a/Telegram/SourceFiles/core/shortcuts.cpp +++ b/Telegram/SourceFiles/core/shortcuts.cpp @@ -440,7 +440,7 @@ void Manager::fillDefaults() { set(u"ctrl+r"_q, Command::ReadChat); - set(u"ctrl+="_q, Command::ShowChatMenu); + set(u"ctrl+\\"_q, Command::ShowChatMenu); } void Manager::writeDefaultFile() {