mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
changed debug keybing to f6, f5 is now for refreshing
This commit is contained in:
parent
077e2e089d
commit
0f85999b4c
|
@ -251,7 +251,7 @@ void Window::addDebugStuff()
|
||||||
miscMessages.emplace_back(R"(@badges=;color=#00AD2B;display-name=Iamme420\s;emotes=;id=d47a1e4b-a3c6-4b9e-9bf1-51b8f3dbc76e;mod=0;room-id=11148817;subscriber=0;tmi-sent-ts=1529670347537;turbo=0;user-id=56422869;user-type= :iamme420!iamme420@iamme420.tmi.twitch.tv PRIVMSG #pajlada :offline chat gachiBASS)");
|
miscMessages.emplace_back(R"(@badges=;color=#00AD2B;display-name=Iamme420\s;emotes=;id=d47a1e4b-a3c6-4b9e-9bf1-51b8f3dbc76e;mod=0;room-id=11148817;subscriber=0;tmi-sent-ts=1529670347537;turbo=0;user-id=56422869;user-type= :iamme420!iamme420@iamme420.tmi.twitch.tv PRIVMSG #pajlada :offline chat gachiBASS)");
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
createWindowShortcut(this, "F5", [=] {
|
createWindowShortcut(this, "F6", [=] {
|
||||||
const auto &messages = miscMessages;
|
const auto &messages = miscMessages;
|
||||||
static int index = 0;
|
static int index = 0;
|
||||||
auto app = getApp();
|
auto app = getApp();
|
||||||
|
|
|
@ -107,7 +107,7 @@ Split::Split(QWidget *parent)
|
||||||
createShortcut(this, "CTRL+F", &Split::showSearch);
|
createShortcut(this, "CTRL+F", &Split::showSearch);
|
||||||
|
|
||||||
// F5: reload emotes
|
// F5: reload emotes
|
||||||
createShortcut(this, "F6", &Split::reloadChannelAndSubscriberEmotes);
|
createShortcut(this, "F5", &Split::reloadChannelAndSubscriberEmotes);
|
||||||
|
|
||||||
// F12
|
// F12
|
||||||
createShortcut(this, "F10", [] {
|
createShortcut(this, "F10", [] {
|
||||||
|
|
Loading…
Reference in a new issue