Index: third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js |
index fb434ff4a9db798693535172f249bd0a340b0743..7fa81b2e286bc2fcbf7e23d312355fefb7bea51a 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js |
+++ b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js |
@@ -109,6 +109,8 @@ WebInspector.CodeMirrorTextEditor = function(options) |
"Alt-Right": "goGroupRight", |
"Ctrl-Left": "moveCamelLeft", |
"Ctrl-Right": "moveCamelRight", |
+ "Ctrl-A": "goLineLeft", |
+ "Ctrl-E": "goLineRight", |
"Shift-Ctrl-Left": "selectCamelLeft", |
"Shift-Ctrl-Right": "selectCamelRight", |
"Cmd-Left": "goLineStartSmart", |