mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Applications: Add new keyboard shortcuts & update few existing ones
This commit is contained in:
parent
7f15604f72
commit
cece0d230d
Notes:
sideshowbarker
2024-07-19 10:30:04 +09:00
Author: https://github.com/JamiKettunen
Commit: cece0d230d
Pull-request: https://github.com/SerenityOS/serenity/pull/976
Reviewed-by: https://github.com/awesomekling
7 changed files with 18 additions and 18 deletions
|
@ -156,7 +156,7 @@ int main(int argc, char** argv)
|
|||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
}));
|
||||
inspect_menu->add_action(GAction::create("Inspect DOM tree", [&](auto&) {
|
||||
inspect_menu->add_action(GAction::create("Inspect DOM tree", { Mod_None, Key_F12 }, [&](auto&) {
|
||||
if (!dom_inspector_window) {
|
||||
dom_inspector_window = GWindow::construct();
|
||||
dom_inspector_window->set_rect(100, 100, 300, 500);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue