Bug 61358 - Web Inspector: keyboard shortcuts for debugging are hard to discover.
Summary: Web Inspector: keyboard shortcuts for debugging are hard to discover.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 04:35 PDT by Pavel Podivilov
Modified: 2011-05-24 10:37 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (14.19 KB, patch)
2011-05-24 04:35 PDT, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-05-24 04:35:04 PDT
Web Inspector: keyboard shortcuts for debugging are hard to discover.

Shift + ? shortcut is not widely known. Let's display keyboard shortcuts in scripts panel sidebar buttons tooltip text.
Comment 1 Pavel Podivilov 2011-05-24 04:35:36 PDT
Created attachment 94594 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-05-24 07:25:47 PDT
Comment on attachment 94594 [details]
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=94594&action=review

> Source/WebCore/inspector/front-end/Panel.js:444
> +        this._shortcuts[key] = handler;

This will fail if registerShortcuts has not been called yet.
Comment 3 Pavel Podivilov 2011-05-24 10:37:19 PDT
Committed r87166: <http://trac.webkit.org/changeset/87166>