1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

Ladybird: Focus the location editor when creating a new tab

This lets you start typing a new URL right after pressing Ctrl+T.
This commit is contained in:
Andreas Kling 2022-09-12 09:12:04 +02:00 committed by Andrew Kaster
parent 031005de2d
commit 27b9cd13ee
3 changed files with 13 additions and 5 deletions

View file

@ -29,6 +29,7 @@ public:
void debug_request(String const& request, String const& argument);
public slots:
void focus_location_editor();
void location_edit_return_pressed();
void page_title_changed(QString);
void page_favicon_changed(QIcon);