1
Fork 0
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:
Andreas Kling 2022-09-12 09:22:43 +02:00 committed by Andrew Kaster
parent 27b9cd13ee
commit 0f1644f62d
2 changed files with 36 additions and 0 deletions

View file

@ -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 = "");