Chromium Code Reviews| Index: Source/devtools/front_end/components/ShortcutsScreen.js |
| diff --git a/Source/devtools/front_end/components/ShortcutsScreen.js b/Source/devtools/front_end/components/ShortcutsScreen.js |
| index d8af2529e3770e4034c395b66290f58e10293c7d..f236c1a9ca87962f059b86ab3116a82e8312cf7b 100644 |
| --- a/Source/devtools/front_end/components/ShortcutsScreen.js |
| +++ b/Source/devtools/front_end/components/ShortcutsScreen.js |
| @@ -269,6 +269,7 @@ WebInspector.ShortcutsScreen.registerShortcuts = function() |
| section.addAlternateKeys(WebInspector.ShortcutsScreen.SourcesPanelShortcuts.DecreaseCSSUnitByTen, WebInspector.UIString("Decrement CSS unit by 10")); |
| section.addAlternateKeys(WebInspector.ShortcutsScreen.SourcesPanelShortcuts.JumpToPreviousLocation, WebInspector.UIString("Jump to previous editing location")); |
| section.addAlternateKeys(WebInspector.ShortcutsScreen.SourcesPanelShortcuts.JumpToNextLocation, WebInspector.UIString("Jump to next editing location")); |
| + section.addAlternateKeys(WebInspector.shortcutRegistry.shortcutDescriptorsForAction("sources.switch-file"), WebInspector.UIString("Switch between files with the same name an ddifferent extensions.")); |
|
apavlov
2014/07/09 14:06:05
typo: "an ddifferent" -> "and different"
|
| // Timeline panel |
| section = WebInspector.shortcutsScreen.section(WebInspector.UIString("Timeline Panel")); |