| 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>
|
|
|