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

Unified Diff: chrome/browser/ui/views/accelerator_table_gtk.cc

Issue 6792049: DevTools: open devtools upon F12 on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing shortcut registration. Created 9 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 | « chrome/browser/ui/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/accelerator_table_gtk.cc
diff --git a/chrome/browser/ui/views/accelerator_table_gtk.cc b/chrome/browser/ui/views/accelerator_table_gtk.cc
index 7d94644deb5832f1ca35b85291ed17c030747052..733f39483be6db6260cd967528efdcd599a62606 100644
--- a/chrome/browser/ui/views/accelerator_table_gtk.cc
+++ b/chrome/browser/ui/views/accelerator_table_gtk.cc
@@ -88,6 +88,7 @@ const AcceleratorMapping kAcceleratorMap[] = {
{ ui::VKEY_OEM_2, true, true, false, IDC_HELP_PAGE },
#endif
{ ui::VKEY_I, true, true, false, IDC_DEV_TOOLS },
+ { ui::VKEY_F12 false, false, false, IDC_DEV_TOOLS },
{ ui::VKEY_J, true, true, false, IDC_DEV_TOOLS_CONSOLE },
{ ui::VKEY_C, true, true, false, IDC_DEV_TOOLS_INSPECT },
{ ui::VKEY_N, true, true, false, IDC_NEW_INCOGNITO_WINDOW },
« no previous file with comments | « chrome/browser/ui/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698