Bug 77321 - Web Inspector: Change Open Resource and Go To function shortcuts in scripts panel.
Summary: Web Inspector: Change Open Resource and Go To function shortcuts in scripts p...
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 01:15 PST by Vsevolod Vlasov
Modified: 2012-01-30 05:03 PST (History)
10 users (show)

See Also:


Attachments
Patch (3.60 KB, patch)
2012-01-30 01:16 PST, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-01-30 01:15:34 PST
Currently we have:
 - Open Resource = Ctrl/Cmd + Shift + T
 - Go To Function = Ctrl/Cmd + O

Ctrl/Cmd + Shift + T looks bad because
 - it conflicts with reopen last closed tab (at least in chrome on mac)
 - it is needed more often then go to function, the shortcut should be shorter.

Suggested:
 - Open Resource = Ctrl/Cmd + O
 - Go To Function = Ctrl/Cmd + Shift + O
Comment 1 Vsevolod Vlasov 2012-01-30 01:16:38 PST
Created attachment 124506 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-01-30 05:03:19 PST
Committed r106236: <http://trac.webkit.org/changeset/106236>