Anyway to move the Inspector icon to the top of the Chrome Developer toolbar?
I run my monitors in portrait mode, so I have a very high/vertical screen resolution (1440 x 2560). It's really frustrating to have to scroll all the way down to the very bottom of my monitor everytime I need to use the Inspector tool to select an element in the DOM.
Does anyone know of a way to move it to the top of the toolbar like it is in Firebug? (I g开发者_如何学JAVAuess they were trying to keep it from looking similar to Firebug since they moved it to the bottom? -- there doesn't seem to be any reason why this would be better)
Is there a shortcut that can be set up so I can launch the Inspector this way as well?
There is a keyboard shortcut: ctrl-shift-c or cmd-shift-c on a Mac
http://code.google.com/p/chromium/issues/detail?id=29532#c15
精彩评论