mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Changed shortcut to open contacts to avoid conflict with formatting.
Fixed #8896.
This commit is contained in:
parent
b814f320c6
commit
bcc11d7850
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ void Manager::fillDefaults() {
|
|||
set(qsl("ctrl+0"), Command::ChatSelf);
|
||||
|
||||
set(qsl("ctrl+9"), Command::ShowArchive);
|
||||
set(qsl("ctrl+shift+n"), Command::ShowContacts);
|
||||
set(qsl("ctrl+j"), Command::ShowContacts);
|
||||
|
||||
set(qsl("ctrl+r"), Command::ReadChat);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue