mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Ladybird: Switch to next/previous tab with Ctrl+PageDown/PageUp
This commit is contained in:
parent
27b9cd13ee
commit
0f1644f62d
2 changed files with 36 additions and 0 deletions
|
@ -34,6 +34,8 @@ public slots:
|
|||
void new_tab();
|
||||
void close_tab(int index);
|
||||
void close_current_tab();
|
||||
void open_next_tab();
|
||||
void open_previous_tab();
|
||||
|
||||
private:
|
||||
void debug_request(String const& request, String const& argument = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue