Skip to content

Commit 0089cad

Browse files
committed
Replaced default shortcut to open chat menu with Ctrl+\.
1 parent cf1fa71 commit 0089cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/SourceFiles/core/shortcuts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ void Manager::fillDefaults() {
440440

441441
set(u"ctrl+r"_q, Command::ReadChat);
442442

443-
set(u"ctrl+="_q, Command::ShowChatMenu);
443+
set(u"ctrl+\\"_q, Command::ShowChatMenu);
444444
}
445445

446446
void Manager::writeDefaultFile() {

0 commit comments

Comments
 (0)