mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Browser: Add Ctrl-D keyboard shortcut for bookmarking the current page
This commit is contained in:
parent
34a64ed25b
commit
dd0244a97d
2 changed files with 19 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue