Merge pull request #684 from 23rd/patch-7-hotkey-emote-menu

Added hotkey for Emote menu.
This commit is contained in:
pajlada
2018-08-29 01:34:56 +02:00
committed by GitHub
3 changed files with 24 additions and 15 deletions
@@ -41,6 +41,8 @@ KeyboardSettingsPage::KeyboardSettingsPage()
form->addRow(new QLabel("Ctrl + R"), new QLabel("Change channel"));
form->addRow(new QLabel("Ctrl + F"),
new QLabel("Search in current channel"));
form->addRow(new QLabel("Ctrl + E"),
new QLabel("Open Emote menu"));
}
} // namespace chatterino