Changed shortcut to open contacts to avoid conflict with formatting.
Fixed #8896.
This commit is contained in:
parent
b814f320c6
commit
bcc11d7850
|
@ -385,7 +385,7 @@ void Manager::fillDefaults() {
|
||||||
set(qsl("ctrl+0"), Command::ChatSelf);
|
set(qsl("ctrl+0"), Command::ChatSelf);
|
||||||
|
|
||||||
set(qsl("ctrl+9"), Command::ShowArchive);
|
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);
|
set(qsl("ctrl+r"), Command::ReadChat);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue