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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 10809088: Revert adding Alt+W and Shift+Alt+W to the keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: chrome/browser/resources/chromeos/keyboard_overlay_data.js
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
index 611b747f88aeb151b4f41c7cb6f2b75d5c6fcf9a..9f8ef5366361256c2ef4f4b5a077f9df77ff3796 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15865,8 +15865,6 @@ var keyboardOverlayData = {
'up<>ALT<>CTRL': 'keyboardOverlayHome',
'v<>CTRL': 'keyboardOverlayPaste',
'v<>CTRL<>SHIFT': 'keyboardOverlayPasteAsPlainText',
- 'w<>ALT': 'keyboardOverlayNextWindow',
- 'w<>ALT<>SHIFT': 'keyboardOverlayPreviousWindow',
'w<>CTRL': 'keyboardOverlayCloseTab',
'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow',
'x<>CTRL': 'keyboardOverlayCut',
« 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