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

Unified Diff: chrome/app/chrome_dll.rc

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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_dll.rc
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index 09bcdc9463f1b8633d33538d27b23bd17dc8958c..459b332f3260dbcb1523a13fc55816b9aa8e72ce 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -122,6 +122,7 @@ BEGIN
VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL
VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL, SHIFT
VK_ADD, IDC_ZOOM_PLUS, VIRTKEY, CONTROL
+ VK_OEM_3, IDC_SELECT_PREVIOUS_MRU_TAB,VIRTKEY, CONTROL
END
IDR_CHROMEFRAME ACCELERATORS

Powered by Google App Engine
This is Rietveld 408576698