From 0089cad740a23613e1523e5f7a669e23697d17b0 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Thu, 30 Jan 2025 11:42:12 +0300 Subject: [PATCH] Replaced default shortcut to open chat menu with Ctrl+\. --- 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 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() {