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

Unified Diff: chrome/views/accelerator.cc

Issue 10796: Add accelerator ("f1") to display the help website. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 1 month 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/accelerator.cc
===================================================================
--- chrome/views/accelerator.cc (revision 6124)
+++ chrome/views/accelerator.cc (working copy)
@@ -41,6 +41,9 @@
case VK_DELETE:
string_id = IDS_DELETE_KEY;
break;
+ case VK_F1:
+ string_id = IDS_F1_KEY;
+ break;
}
std::wstring shortcut;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698