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

Unified Diff: tools/metrics/actions/actions.xml

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: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index f900f254f2ecfc9b27d57f15e02a792545a76ed0..513191a81b9135e831b4847f841d9782adfa06f1 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11157,6 +11157,11 @@ should be able to be added at any place in this file.
<description>Settings: Keyboard settings: Alt</description>
</action>
+<action name="Options_KeyboardRemapBackspaceKey">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Backspace</description>
+</action>
+
<action name="Options_KeyboardRemapCapsLockKey">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Keyboard settings: CapsLock</description>
@@ -11172,6 +11177,11 @@ should be able to be added at any place in this file.
<description>Settings: Keyboard settings: Diamond</description>
</action>
+<action name="Options_KeyboardRemapEscapeKey">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Escape</description>
+</action>
+
<action name="Options_KeyboardRemapSearchKey">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Keyboard settings: Search</description>

Powered by Google App Engine
This is Rietveld 408576698