mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
Replaced default shortcut to open chat menu with Ctrl+\.
This commit is contained in:
parent
cf1fa718a8
commit
0089cad740
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue