1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:45:08 +00:00

HackStudio: Restrict the "Go to line" shortcut to the text editor

We don't want Ctrl+L presses to be snatched while we're in the embedded
terminal, for example. :^)
This commit is contained in:
Andreas Kling 2019-10-21 20:31:32 +02:00
parent da0958a882
commit d1916700ea

View file

@ -78,7 +78,7 @@ int main(int argc, char** argv)
text_editor->set_cursor(line_number, 0);
}
}
}));
}, text_editor));
window->show();
return app.exec();