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

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

Issue 393023006: Add settings for keyboard auto-repeat to options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 7b4450a198b52ec618ceab627d8ee33f837be4f7..ca5a3caa21724d271744a38e997ae77e371c1b7d 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8542,6 +8542,26 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Options_KeyboardAutoRepeat_Delay">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Auto-repeat delay</description>
+</action>
+
+<action name="Options_KeyboardAutoRepeat_Disable">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Disable auto-repeat</description>
+</action>
+
+<action name="Options_KeyboardAutoRepeat_Enable">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Enable auto-repeat</description>
+</action>
+
+<action name="Options_KeyboardAutoRepeat_Interval">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Auto-repeat interval</description>
+</action>
+
<action name="Options_KeyboardRemapAltKey">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Keyboard settings: Alt</description>
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698