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

Side by Side Diff: chrome/app/chrome_dll.rc

Issue 522493002: Removed Ctrl+Shift+P shortcut for system dialog printing on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fri Aug 29 11:27:33 PDT 2014 Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "chrome_dll_resource.h" 3 #include "chrome_dll_resource.h"
4 #include "chrome_command_ids.h" 4 #include "chrome_command_ids.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Generated from the TEXTINCLUDE 2 resource. 9 // Generated from the TEXTINCLUDE 2 resource.
10 // 10 //
(...skipping 15 matching lines...) Expand all
26 26
27 ///////////////////////////////////////////////////////////////////////////// 27 /////////////////////////////////////////////////////////////////////////////
28 // 28 //
29 // Accelerator 29 // Accelerator
30 // 30 //
31 31
32 // Note that we don't handle any of the VK_BROWSER_* commands here. We will 32 // Note that we don't handle any of the VK_BROWSER_* commands here. We will
33 // pick those up in the WM_APPCOMMAND message. 33 // pick those up in the WM_APPCOMMAND message.
34 IDR_MAINFRAME ACCELERATORS 34 IDR_MAINFRAME ACCELERATORS
35 BEGIN 35 BEGIN
36 "P", IDC_ADVANCED_PRINT, VIRTKEY, CONTROL, SHIFT
37 VK_LEFT, IDC_BACK, VIRTKEY, ALT 36 VK_LEFT, IDC_BACK, VIRTKEY, ALT
38 VK_BACK, IDC_BACK, VIRTKEY 37 VK_BACK, IDC_BACK, VIRTKEY
39 "D", IDC_BOOKMARK_PAGE, VIRTKEY, CONTROL 38 "D", IDC_BOOKMARK_PAGE, VIRTKEY, CONTROL
40 "D", IDC_BOOKMARK_ALL_TABS, VIRTKEY, CONTROL, SHIFT 39 "D", IDC_BOOKMARK_ALL_TABS, VIRTKEY, CONTROL, SHIFT
41 VK_DELETE, IDC_CLEAR_BROWSING_DATA, VIRTKEY, CONTROL, SHIFT 40 VK_DELETE, IDC_CLEAR_BROWSING_DATA, VIRTKEY, CONTROL, SHIFT
42 VK_F4, IDC_CLOSE_TAB, VIRTKEY, CONTROL 41 VK_F4, IDC_CLOSE_TAB, VIRTKEY, CONTROL
43 "W", IDC_CLOSE_TAB, VIRTKEY, CONTROL 42 "W", IDC_CLOSE_TAB, VIRTKEY, CONTROL
44 "W", IDC_CLOSE_WINDOW, VIRTKEY, CONTROL, SHIFT 43 "W", IDC_CLOSE_WINDOW, VIRTKEY, CONTROL, SHIFT
45 "F", IDC_FIND, VIRTKEY, CONTROL 44 "F", IDC_FIND, VIRTKEY, CONTROL
46 "G", IDC_FIND_NEXT, VIRTKEY, CONTROL 45 "G", IDC_FIND_NEXT, VIRTKEY, CONTROL
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 // 236 //
238 // Generated from the TEXTINCLUDE 3 resource. 237 // Generated from the TEXTINCLUDE 3 resource.
239 // 238 //
240 239
241 240
242 ///////////////////////////////////////////////////////////////////////////// 241 /////////////////////////////////////////////////////////////////////////////
243 #endif // not APSTUDIO_INVOKED 242 #endif // not APSTUDIO_INVOKED
244 243
245 // (temp change to touch this file or incremental builds may break now 244 // (temp change to touch this file or incremental builds may break now
246 // that we removed chrome_dll_version.rc from it) 245 // that we removed chrome_dll_version.rc from it)
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698