Changed shortcut to open contacts to avoid conflict with formatting.

Fixed #8896.
This commit is contained in:
23rd 2020-10-24 23:48:19 +03:00 committed by John Preston
parent b814f320c6
commit bcc11d7850
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}