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

Unified Diff: ui/base/ime/chromeos/ime_keyboard.h

Issue 2250473006: Settings to remap Backspace and Escape keys (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KeyboardRemapToCapsLockBackspace
Patch Set: rebase 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
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/ime_keyboard.h
diff --git a/ui/base/ime/chromeos/ime_keyboard.h b/ui/base/ime/chromeos/ime_keyboard.h
index 5b24bc654cf26528e52ba16267ce5f4c38046fcb..c731c9570cf1b8324baa4d7469162ec6c15cf1fb 100644
--- a/ui/base/ime/chromeos/ime_keyboard.h
+++ b/ui/base/ime/chromeos/ime_keyboard.h
@@ -25,9 +25,9 @@ enum ModifierKey {
kControlKey, // Customizable.
kAltKey, // Customizable.
kVoidKey,
- kCapsLockKey,
- kEscapeKey,
- kBackspaceKey,
+ kCapsLockKey, // Customizable.
+ kEscapeKey, // Customizable.
+ kBackspaceKey, // Customizable.
// IMPORTANT: Add new key to the end, because the keys may have been stored
// in user preferences.
kNumModifierKeys,
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698