Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2555003002: DevTools: Sources: Evaluate selected text should be Ctrl+Shift+E (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index 6c5e2a91a3cf4bcc36327411435d2f7e26eb0fcf..35b1128c303800e994b496741bf3305089540d29 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -156,7 +156,7 @@
"contextTypes": ["Sources.UISourceCodeFrame"],
"bindings": [
{
- "shortcut": "Ctrl+Shift+A'"
+ "shortcut": "Ctrl+Shift+A"
}
]
},
@@ -173,7 +173,7 @@
"contextTypes": ["Sources.UISourceCodeFrame"],
"bindings": [
{
- "shortcut": "Ctrl+E'"
+ "shortcut": "Ctrl+Shift+E"
}
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698