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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2352213002: Add Ctrl+Alt+H as global shortcut to toggle high contrast mode. (Closed)
Patch Set: Update action description Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « ash/common/accelerators/accelerator_table.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 Metric recorded when shortcut key to initiate an active window screenshot 882 Metric recorded when shortcut key to initiate an active window screenshot
883 per kuscher@'s request. 883 per kuscher@'s request.
884 </description> 884 </description>
885 </action> 885 </action>
886 886
887 <action name="Accel_Toggle_Caps_Lock"> 887 <action name="Accel_Toggle_Caps_Lock">
888 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 888 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
889 <description>Please enter the description of this user action.</description> 889 <description>Please enter the description of this user action.</description>
890 </action> 890 </action>
891 891
892 <action name="Accel_Toggle_High_Contrast">
893 <owner>dmazzoni@chromium.org</owner>
894 <description>
895 Metric recorded when the user toggles Chrome OS High Contrast mode with the
896 keyboard accelerator (Ctrl+Alt+H).
897 </description>
898 </action>
899
892 <action name="Accel_Toggle_Maximized"> 900 <action name="Accel_Toggle_Maximized">
893 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
894 <description>Please enter the description of this user action.</description> 902 <description>Please enter the description of this user action.</description>
895 </action> 903 </action>
896 904
897 <action name="Accel_Toggle_Minimized"> 905 <action name="Accel_Toggle_Minimized">
898 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 906 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
899 <description>Please enter the description of this user action.</description> 907 <description>Please enter the description of this user action.</description>
900 </action> 908 </action>
901 909
902 <action name="Accel_Toggle_Minimized_M"> 910 <action name="Accel_Toggle_Minimized_M">
903 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
904 <description>Please enter the description of this user action.</description> 912 <description>Please enter the description of this user action.</description>
905 </action> 913 </action>
906 914
907 <action name="Accel_Toggle_Minimized_Minus"> 915 <action name="Accel_Toggle_Minimized_Minus">
908 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
909 <description>Please enter the description of this user action.</description> 917 <description>Please enter the description of this user action.</description>
910 </action> 918 </action>
911 919
912 <action name="Accel_Toggle_Mirror_Mode"> 920 <action name="Accel_Toggle_Mirror_Mode">
913 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 921 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
914 <description>Please enter the description of this user action.</description> 922 <description>Please enter the description of this user action.</description>
915 </action> 923 </action>
916 924
917 <action name="Accel_Toggle_Spoken_Feedback"> 925 <action name="Accel_Toggle_Spoken_Feedback">
918 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 926 <owner>dmazzoni@chromium.org</owner>
919 <description>Please enter the description of this user action.</description> 927 <description>Toggles Spoken Feedback (ChromeVox)</description>
920 </action> 928 </action>
921 929
922 <action name="Accel_Toggle_Touchpad"> 930 <action name="Accel_Toggle_Touchpad">
923 <owner>afakhry@chromium.org</owner> 931 <owner>afakhry@chromium.org</owner>
924 <description> 932 <description>
925 Metric recorded when the user toggles the touchpad status using the 933 Metric recorded when the user toggles the touchpad status using the
926 debugging accelerator. 934 debugging accelerator.
927 </description> 935 </description>
928 </action> 936 </action>
929 937
(...skipping 14800 matching lines...) Expand 10 before | Expand all | Expand 10 after
15730 <action name="webapps.AddShortcut.Manifest"> 15738 <action name="webapps.AddShortcut.Manifest">
15731 <owner>mlamouri@chromium.org</owner> 15739 <owner>mlamouri@chromium.org</owner>
15732 <description> 15740 <description>
15733 Shortcut added to the homescreen with a valid Manifest. This action will be 15741 Shortcut added to the homescreen with a valid Manifest. This action will be
15734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15742 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15735 to keep a trend of whether the webapp also add meta tags. 15743 to keep a trend of whether the webapp also add meta tags.
15736 </description> 15744 </description>
15737 </action> 15745 </action>
15738 15746
15739 </actions> 15747 </actions>
OLDNEW
« no previous file with comments | « ash/common/accelerators/accelerator_table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698