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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11421055: Add power-user keyboard mode for ChromeOS with Search key acting as a typical Fn key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't avoid remapping Alt-Up etc when a PrefService isn't around Created 8 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 423bcd80f9347ecb632cf9e77a066e96186846da..4ea81c14db9e86991a00814fa849fde69ad8e33e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1436,6 +1436,12 @@ 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 kEnableChromeOSFunctionKey[] =
+ "enable-chromeos-function-key";
+
// Enables the redirection of viewable document requests to the Google Document
// Viewer.
const char kEnableGView[] = "enable-gview";

Powered by Google App Engine
This is Rietveld 408576698