Bug 57531 - Missing Hotkey for Toggling Web Inspector & Inspect Element
Summary: Missing Hotkey for Toggling Web Inspector & Inspect Element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 01:25 PDT by hced
Modified: 2014-08-03 18:23 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2011-04-08 05:52 PDT, Keishi Hattori
yurys: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hced 2011-03-31 01:25:19 PDT
Safari/Webkit is missing hotkeys for toggling the Web Inspector on AND off, as well as same for toggling Inspect Element on AND off.

Imagine the speed increase if you could switch these two functionalities with hotkeys instead of always having to point your mouse on a 14×14 px icon each time you wan't to close the Web Inspector, or click on the little Inspect Element icon each time you wish to use that feature.

People using Safari on a daily basis for development will benefit by saving serious time. Firefox has this behavior in the Firebug extension and I really, really, wish this can be added in Safari/Webkit as well.
Comment 1 Keishi Hattori 2011-04-08 05:52:32 PDT
Created attachment 88809 [details]
Patch
Comment 2 Keishi Hattori 2011-04-08 05:54:59 PDT
(In reply to comment #1)
I want to add WebInspector.toggleConsole() for this patch for Chromium.
http://codereview.chromium.org/6816056
Comment 3 Yury Semikhatsky 2011-04-10 23:46:10 PDT
Comment on attachment 88809 [details]
Patch

There is already WebInspector.showConsole doing exactly the same thing.