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

Unified Diff: chrome/common/pref_names.cc

Issue 3038025: Implement the "Configure modifier keys" drop-down (Closed)
Patch Set: review fix Created 10 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index e04994fb8c206e188d71d6bbed1bcf6498721a4e..a5e09fdca6989071f7056c52cdd0e1aab3b4b652 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -337,6 +337,15 @@ const wchar_t kLanguageMozcUseDictionarySuggest[] =
const wchar_t kLanguageMozcSuggestionsSize[] =
L"settings.language.mozc_suggestions_size";
+// A integer pref which determines how we remap the XKB modifier keys.
+// 0: Do not remap.
+// 1: Swap Left Control and Left Alt.
+// 2: Swap Left Win (i.e. Search) and Left Control.
+// TODO(yusukes): Delete this pref when the final configration dialog (using
+// DOM UI) is implemented. See crosbug.com/2636.
+const wchar_t kLanguageXkbModifierRemap[] =
+ L"settings.language.xkb_modifier_remap";
+
// A boolean pref which determines whether accessibility is enabled.
const wchar_t kAccessibilityEnabled[] = L"settings.accessibility";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698