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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11578044: Enable Search-key modifiers for extended key shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« chrome/browser/ui/ash/event_rewriter.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c893558a40e930f499eaa5f013b08970955d6ca2..564e5debad7f8626af509c81ee28aed2ee561d82 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1438,11 +1438,10 @@ const char kEnableTouchpadThreeFingerSwipe[]
// Skips OAuth part of ChromeOS login process.
const char kSkipOAuthLogin[] = "skip-oauth-login";
-// If true, show advanced keyboard options to overload the search key as a way
-// to access keys such as Home and End, similar to the "Function key" found
-// commonly on laptop keyboards.
-const char kEnableChromebookFunctionKey[] =
- "enable-chromebook-function-key";
+// If true, extended keys such as Delete or Home will only be accessible
Yusuke Sato 2012/12/17 00:26:17 If you agree with my comment in event_rewriter.cc,
danakj 2012/12/17 02:05:14 Done.
+// through hitting the actual key, or by using the Search-key modifier.
+const char kDisableNonSearchExtendedKeyShortcuts[] =
+ "disable-non-search-extended-key-shortcuts";
// Enable Kiosk mode for ChromeOS.
const char kEnableKioskMode[] = "enable-kiosk-mode";
« chrome/browser/ui/ash/event_rewriter.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698