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

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: Added tab mru list manager class. Created 8 years, 7 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 7238647864c6d0933e604db1fac3b3a1ed377f5b..e7255597e6837f4fcbe84e2c0a990978ba62430d 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_NEXT_MRU_TAB, VIRTKEY, CONTROL
sky 2012/05/25 17:56:52 We shouldn't use the key see http://code.google.co
NaveenBobbili (Motorola) 2012/05/29 11:41:05 But the CR is for Alt + VK_OEM_3. Is it same as Ct
END
IDR_CHROMEFRAME ACCELERATORS

Powered by Google App Engine
This is Rietveld 408576698