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

Side by Side Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 1428423002: Remove setVoiceSearchSupported part of EmbeddedSearch SearchBox API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This is a generated file but may contain local modifications. See 5 // This is a generated file but may contain local modifications. See
6 // src/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py --help 6 // src/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py --help
7 7
8 var keyboardOverlayData = { 8 var keyboardOverlayData = {
9 'inputMethodIdToOverlayId': { 9 'inputMethodIdToOverlayId': {
10 'xkb:be::fra': 'fr', 10 'xkb:be::fra': 'fr',
(...skipping 15758 matching lines...) Expand 10 before | Expand all | Expand 10 after
15769 '+<>ALT': 'keyboardOverlayMaximizeWindow', 15769 '+<>ALT': 'keyboardOverlayMaximizeWindow',
15770 '+<>ALT<>SHIFT': 'keyboardOverlayCenterWindow', 15770 '+<>ALT<>SHIFT': 'keyboardOverlayCenterWindow',
15771 '+<>CTRL': 'keyboardOverlayZoomIn', 15771 '+<>CTRL': 'keyboardOverlayZoomIn',
15772 '+<>CTRL<>SHIFT': 'keyboardOverlayZoomScreenIn', 15772 '+<>CTRL<>SHIFT': 'keyboardOverlayZoomScreenIn',
15773 ',<>ALT<>CTRL': 'keyboardOverlayPreviousUser', 15773 ',<>ALT<>CTRL': 'keyboardOverlayPreviousUser',
15774 '-<>ALT': 'keyboardOverlayMinimizeWindow', 15774 '-<>ALT': 'keyboardOverlayMinimizeWindow',
15775 '-<>CTRL': 'keyboardOverlayZoomOut', 15775 '-<>CTRL': 'keyboardOverlayZoomOut',
15776 '-<>CTRL<>SHIFT': 'keyboardOverlayZoomScreenOut', 15776 '-<>CTRL<>SHIFT': 'keyboardOverlayZoomScreenOut',
15777 '-<>SEARCH': 'keyboardOverlayF11', 15777 '-<>SEARCH': 'keyboardOverlayF11',
15778 '.<>ALT<>CTRL': 'keyboardOverlayNextUser', 15778 '.<>ALT<>CTRL': 'keyboardOverlayNextUser',
15779 '.<>CTRL<>SHIFT': 'keyboardOverlayToggleSpeechInput',
15780 '.<>SEARCH': 'keyboardOverlayInsert', 15779 '.<>SEARCH': 'keyboardOverlayInsert',
15781 '/<>ALT<>CTRL': 'keyboardOverlayViewKeyboardOverlay', 15780 '/<>ALT<>CTRL': 'keyboardOverlayViewKeyboardOverlay',
15782 '/<>ALT<>CTRL<>SHIFT': 'keyboardOverlayViewKeyboardOverlay', 15781 '/<>ALT<>CTRL<>SHIFT': 'keyboardOverlayViewKeyboardOverlay',
15783 '/<>CTRL': 'keyboardOverlayHelp', 15782 '/<>CTRL': 'keyboardOverlayHelp',
15784 '/<>CTRL<>SHIFT': 'keyboardOverlayHelp', 15783 '/<>CTRL<>SHIFT': 'keyboardOverlayHelp',
15785 '0<>CTRL': 'keyboardOverlayResetZoom', 15784 '0<>CTRL': 'keyboardOverlayResetZoom',
15786 '0<>CTRL<>SHIFT': 'keyboardOverlayResetScreenZoom', 15785 '0<>CTRL<>SHIFT': 'keyboardOverlayResetScreenZoom',
15787 '0<>SEARCH': 'keyboardOverlayF10', 15786 '0<>SEARCH': 'keyboardOverlayF10',
15788 '1<>ALT': 'keyboardOverlayActivateShelfItem1', 15787 '1<>ALT': 'keyboardOverlayActivateShelfItem1',
15789 '1<>CTRL': 'keyboardOverlayActivateTab1', 15788 '1<>CTRL': 'keyboardOverlayActivateTab1',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
15915 'v<>CTRL<>SHIFT': 'keyboardOverlayPasteAsPlainText', 15914 'v<>CTRL<>SHIFT': 'keyboardOverlayPasteAsPlainText',
15916 'vol. down<>SEARCH': 'keyboardOverlayF9', 15915 'vol. down<>SEARCH': 'keyboardOverlayF9',
15917 'vol. up<>SEARCH': 'keyboardOverlayF10', 15916 'vol. up<>SEARCH': 'keyboardOverlayF10',
15918 'w<>CTRL': 'keyboardOverlayCloseTab', 15917 'w<>CTRL': 'keyboardOverlayCloseTab',
15919 'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow', 15918 'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow',
15920 'x<>CTRL': 'keyboardOverlayCut', 15919 'x<>CTRL': 'keyboardOverlayCut',
15921 'z<>ALT<>CTRL': 'keyboardOverlayToggleChromevoxSpokenFeedback', 15920 'z<>ALT<>CTRL': 'keyboardOverlayToggleChromevoxSpokenFeedback',
15922 'z<>CTRL': 'keyboardOverlayUndo' 15921 'z<>CTRL': 'keyboardOverlayUndo'
15923 } 15922 }
15924 }; 15923 };
OLDNEW
« no previous file with comments | « chrome/browser/global_keyboard_shortcuts_mac.mm ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698