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

Unified Diff: chrome/common/pref_names.cc

Issue 2250473006: Settings to remap Backspace and Escape keys (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KeyboardRemapToCapsLockBackspace
Patch Set: nit: consistent ordering Created 4 years, 4 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 64601b98d62ab3b40b4c0935f88376cd22a30f06..c2d30b786449958d9af34670c0bb7fe165013482 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -547,6 +547,10 @@ const char kLanguageRemapAltKeyTo[] =
"settings.language.xkb_remap_alt_key_to";
const char kLanguageRemapCapsLockKeyTo[] =
"settings.language.remap_caps_lock_key_to";
+const char kLanguageRemapEscapeKeyTo[] =
+ "settings.language.remap_escape_key_to";
+const char kLanguageRemapBackspaceKeyTo[] =
+ "settings.language.remap_backspace_key_to";
const char kLanguageRemapDiamondKeyTo[] =
"settings.language.remap_diamond_key_to";

Powered by Google App Engine
This is Rietveld 408576698