Patch to follow
Created attachment 191915 [details] Patch
Comment on attachment 191915 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=191915&action=review > Source/WebCore/inspector/front-end/SnippetJavaScriptSourceFrame.js:46 > + var runSnippetShortcutDescriptor = WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta) Eclipse uses Ctrl+F11, Ctrl+F10 idea. > Source/WebCore/inspector/front-end/SnippetJavaScriptSourceFrame.js:72 > + _onKeyDown: function(event) I've seen this code. Should it be moved to View.js with corresponding registerShortcut(key, modifier, handler) ? I even thing handler should be unbound for the sake of performance.
Comment on attachment 191915 [details] Patch As discussed offline Ctrl+Enter is a more convenient shortcut which does not clash with anything that we already have or plan to have in near future. Shortcut handling requires a separate effort so let's keep things as is for now.
Comment on attachment 191915 [details] Patch Clearing flags on attachment: 191915 Committed r145218: <http://trac.webkit.org/changeset/145218>
All reviewed patches have been landed. Closing bug.