mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Replaced default shortcut to open chat menu with Ctrl+\.
This commit is contained in:
@@ -440,7 +440,7 @@ void Manager::fillDefaults() {
|
|||||||
|
|
||||||
set(u"ctrl+r"_q, Command::ReadChat);
|
set(u"ctrl+r"_q, Command::ReadChat);
|
||||||
|
|
||||||
set(u"ctrl+="_q, Command::ShowChatMenu);
|
set(u"ctrl+\\"_q, Command::ShowChatMenu);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Manager::writeDefaultFile() {
|
void Manager::writeDefaultFile() {
|
||||||
|
Reference in New Issue
Block a user