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

Browser: Add Ctrl-D keyboard shortcut for bookmarking the current page

This commit is contained in:
Rob Ryan 2021-08-15 15:52:27 +10:00 committed by Andreas Kling
parent 34a64ed25b
commit dd0244a97d
2 changed files with 19 additions and 7 deletions

View file

@ -77,6 +77,7 @@ private:
Web::WebViewHooks& hooks();
void update_actions();
void bookmark_current_url();
void update_bookmark_button(const String& url);
void start_download(const URL& url);
void view_source(const URL& url, const String& source);