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

Unified Diff: Source/devtools/front_end/modules.js

Issue 216693003: DevTools: Fix platform-specific extension-based shortcuts on Windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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: Source/devtools/front_end/modules.js
diff --git a/Source/devtools/front_end/modules.js b/Source/devtools/front_end/modules.js
index 0e2f024990c5aeeef42601316ca2908558cb2c9a..69bdf107c733b1d003784c0651d92184660fb361 100644
--- a/Source/devtools/front_end/modules.js
+++ b/Source/devtools/front_end/modules.js
@@ -37,7 +37,7 @@ var allDescriptors = [
type: "@WebInspector.ActionDelegate",
bindings: [
{
- platform: "win,linux",
+ platform: "windows,linux",
shortcut: "F5 Ctrl+R"
},
{
@@ -51,7 +51,7 @@ var allDescriptors = [
type: "@WebInspector.ActionDelegate",
bindings: [
{
- platform: "win,linux",
+ platform: "windows,linux",
shortcut: "Shift+F5 Ctrl+F5 Ctrl+Shift+F5 Shift+Ctrl+R"
},
{
@@ -232,7 +232,7 @@ var allDescriptors = [
shortcut: "Meta+O Meta+P"
},
{
- platform: "win,linux",
+ platform: "windows,linux",
shortcut: "Ctrl+O Ctrl+P"
}
],
« 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