added the settings shortcut to the keybindings window

This commit is contained in:
Felix Schmid 2018-10-06 16:11:51 +02:00 committed by pajlada
parent 099fd88098
commit 300852bbf5

View file

@ -42,6 +42,7 @@ KeyboardSettingsPage::KeyboardSettingsPage()
form->addRow(new QLabel("Ctrl + F"),
new QLabel("Search in current channel"));
form->addRow(new QLabel("Ctrl + E"), new QLabel("Open Emote menu"));
form->addRow(new QLabel("Ctrl + P"), new QLabel("Open Settings menu"));
}
} // namespace chatterino