Bug 77321

Summary: Web Inspector: Change Open Resource and Go To function shortcuts in scripts panel.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

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>