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

Unified Diff: chrome/browser/ui/cocoa/accelerators_cocoa.mm

Issue 8044011: Fix speech input keyboard shortcut on Mac OS X.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « chrome/browser/global_keyboard_shortcuts_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/accelerators_cocoa.mm
===================================================================
--- chrome/browser/ui/cocoa/accelerators_cocoa.mm (revision 103747)
+++ chrome/browser/ui/cocoa/accelerators_cocoa.mm (working copy)
@@ -34,7 +34,6 @@
{ IDC_SHOW_BOOKMARK_MANAGER, @"b", NSCommandKeyMask | NSAlternateKeyMask },
{ IDC_SHOW_DOWNLOADS, @"j", NSCommandKeyMask | NSShiftKeyMask },
{ IDC_SHOW_HISTORY, @"y", NSCommandKeyMask },
- { IDC_TOGGLE_SPEECH_INPUT, @".", NSCommandKeyMask | NSShiftKeyMask },
{ IDC_VIEW_SOURCE, @"u", NSCommandKeyMask | NSAlternateKeyMask },
{ IDC_ZOOM_MINUS, @"-", NSCommandKeyMask },
{ IDC_ZOOM_PLUS, @"+", NSCommandKeyMask }
« no previous file with comments | « chrome/browser/global_keyboard_shortcuts_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698