mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Changed shortcut to open contacts to avoid conflict with formatting.
Fixed #8896.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user