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

Side by Side Diff: chrome/app/chrome_command_ids.h

Issue 10117016: Implementation for switching between recently used tabs using ctrl tilde or quoteleft. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Uploading patch for review after rebase. Created 8 years, 5 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/app/chrome_dll.rc » ('j') | chrome/browser/ui/gtk/accelerators_gtk.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ 5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_
6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ 6 #define CHROME_APP_CHROME_COMMAND_IDS_H_
7 7
8 // This file lists all the command IDs understood by e.g. the browser. 8 // This file lists all the command IDs understood by e.g. the browser.
9 // It is used by Windows RC files, Mac NIB files, and other platforms too. 9 // It is used by Windows RC files, Mac NIB files, and other platforms too.
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 #define IDC_SELECT_PREVIOUS_TAB 34017 45 #define IDC_SELECT_PREVIOUS_TAB 34017
46 #define IDC_SELECT_TAB_0 34018 46 #define IDC_SELECT_TAB_0 34018
47 #define IDC_SELECT_TAB_1 34019 47 #define IDC_SELECT_TAB_1 34019
48 #define IDC_SELECT_TAB_2 34020 48 #define IDC_SELECT_TAB_2 34020
49 #define IDC_SELECT_TAB_3 34021 49 #define IDC_SELECT_TAB_3 34021
50 #define IDC_SELECT_TAB_4 34022 50 #define IDC_SELECT_TAB_4 34022
51 #define IDC_SELECT_TAB_5 34023 51 #define IDC_SELECT_TAB_5 34023
52 #define IDC_SELECT_TAB_6 34024 52 #define IDC_SELECT_TAB_6 34024
53 #define IDC_SELECT_TAB_7 34025 53 #define IDC_SELECT_TAB_7 34025
54 #define IDC_SELECT_LAST_TAB 34026 54 #define IDC_SELECT_LAST_TAB 34026
55 #define IDC_DUPLICATE_TAB 34027 55 #define IDC_SELECT_PREVIOUS_MRU_TAB 34027
56 #define IDC_RESTORE_TAB 34028 56 #define IDC_DUPLICATE_TAB 34028
57 #define IDC_SHOW_AS_TAB 34029 57 #define IDC_RESTORE_TAB 34029
58 #define IDC_FULLSCREEN 34030 58 #define IDC_SHOW_AS_TAB 34030
59 #define IDC_EXIT 34031 59 #define IDC_FULLSCREEN 34031
60 #define IDC_MOVE_TAB_NEXT 34032 60 #define IDC_EXIT 34032
61 #define IDC_MOVE_TAB_PREVIOUS 34033 61 #define IDC_MOVE_TAB_NEXT 34033
62 #define IDC_MOVE_TAB_PREVIOUS 34034
62 #define IDC_SEARCH 34035 63 #define IDC_SEARCH 34035
63 #define IDC_TABPOSE 34036 64 #define IDC_TABPOSE 34036
64 #define IDC_DEBUG_FRAME_TOGGLE 34038 65 #define IDC_DEBUG_FRAME_TOGGLE 34038
65 #define IDC_PRESENTATION_MODE 34039 66 #define IDC_PRESENTATION_MODE 34039
66 #define IDC_METRO_SNAP_ENABLE 34040 67 #define IDC_METRO_SNAP_ENABLE 34040
67 #define IDC_METRO_SNAP_DISABLE 34041 68 #define IDC_METRO_SNAP_DISABLE 34041
68 69
69 // Page-related commands 70 // Page-related commands
70 #define IDC_BOOKMARK_PAGE 35000 71 #define IDC_BOOKMARK_PAGE 35000
71 #define IDC_BOOKMARK_ALL_TABS 35001 72 #define IDC_BOOKMARK_ALL_TABS 35001
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 320
320 // Protocol handler menu entries 321 // Protocol handler menu entries
321 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 322 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
322 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 323 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
323 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 324 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
324 325
325 // NOTE: The last valid command value is 57343 (0xDFFF) 326 // NOTE: The last valid command value is 57343 (0xDFFF)
326 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 327 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
327 328
328 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 329 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/browser/ui/gtk/accelerators_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698