| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 09901ae3f5f1edf384f870fbf004a59c413862b2..32d65740bc0bf0c576efa73ad67352ef5d83d106 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -8541,6 +8541,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>
|
|
|