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

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

Issue 7721001: PrintPreview: Make ctrl-shift-p start the native print flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 9 years, 4 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
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 a4c475be783cdec642ddbb90c57df4b8bb75e0db..5a2172314d776db8934c866de25cc0d590f3b0e1 100644
--- a/chrome/browser/ui/views/accelerator_table_gtk.cc
+++ b/chrome/browser/ui/views/accelerator_table_gtk.cc
@@ -95,6 +95,7 @@ const AcceleratorMapping kAcceleratorMap[] = {
{ ui::VKEY_N, false, true, false, IDC_NEW_WINDOW },
{ ui::VKEY_O, false, true, false, IDC_OPEN_FILE },
{ ui::VKEY_P, false, true, false, IDC_PRINT},
+ { ui::VKEY_P, true, true, false, IDC_ADVANCED_PRINT},
Lei Zhang 2011/08/25 09:05:49 Do we need this for CrOS?
kmadhusu 2011/08/25 17:51:48 I don't think so. This table is used by linux and
Lei Zhang 2011/08/25 20:43:23 I don't believe this is used on Linux. The Linux c
{ ui::VKEY_R, false, true, false, IDC_RELOAD },
{ ui::VKEY_R, true, true, false, IDC_RELOAD_IGNORING_CACHE },
#if !defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698