RESOLVED FIXED 61358
Web Inspector: keyboard shortcuts for debugging are hard to discover.
https://bugs.webkit.org/show_bug.cgi?id=61358
Summary Web Inspector: keyboard shortcuts for debugging are hard to discover.
Pavel Podivilov
Reported 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.
Attachments
Patch. (14.19 KB, patch)
2011-05-24 04:35 PDT, Pavel Podivilov
yurys: review+
Pavel Podivilov
Comment 1 2011-05-24 04:35:36 PDT
Yury Semikhatsky
Comment 2 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.
Pavel Podivilov
Comment 3 2011-05-24 10:37:19 PDT
Note You need to log in before you can comment on or make changes to this bug.