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

Side by Side 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: rebase 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 | « chrome/common/pref_names.cc ('k') | ui/base/ime/chromeos/ime_keyboard.h » ('j') | 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 11253 matching lines...) Expand 10 before | Expand all | Expand 10 after
11264 <action name="Options_KeyboardAutoRepeat_Interval"> 11264 <action name="Options_KeyboardAutoRepeat_Interval">
11265 <owner>michaelpg@chromium.org</owner> 11265 <owner>michaelpg@chromium.org</owner>
11266 <description>Settings: Keyboard settings: Auto-repeat interval</description> 11266 <description>Settings: Keyboard settings: Auto-repeat interval</description>
11267 </action> 11267 </action>
11268 11268
11269 <action name="Options_KeyboardRemapAltKey"> 11269 <action name="Options_KeyboardRemapAltKey">
11270 <owner>stevenjb@chromium.org</owner> 11270 <owner>stevenjb@chromium.org</owner>
11271 <description>Settings: Keyboard settings: Alt</description> 11271 <description>Settings: Keyboard settings: Alt</description>
11272 </action> 11272 </action>
11273 11273
11274 <action name="Options_KeyboardRemapBackspaceKey">
11275 <owner>michaelpg@chromium.org</owner>
11276 <description>Settings: Keyboard settings: Backspace</description>
11277 </action>
11278
11274 <action name="Options_KeyboardRemapCapsLockKey"> 11279 <action name="Options_KeyboardRemapCapsLockKey">
11275 <owner>stevenjb@chromium.org</owner> 11280 <owner>stevenjb@chromium.org</owner>
11276 <description>Settings: Keyboard settings: CapsLock</description> 11281 <description>Settings: Keyboard settings: CapsLock</description>
11277 </action> 11282 </action>
11278 11283
11279 <action name="Options_KeyboardRemapControlKey"> 11284 <action name="Options_KeyboardRemapControlKey">
11280 <owner>stevenjb@chromium.org</owner> 11285 <owner>stevenjb@chromium.org</owner>
11281 <description>Settings: Keyboard settings: Ctrl</description> 11286 <description>Settings: Keyboard settings: Ctrl</description>
11282 </action> 11287 </action>
11283 11288
11284 <action name="Options_KeyboardRemapDiamondKey"> 11289 <action name="Options_KeyboardRemapDiamondKey">
11285 <owner>stevenjb@chromium.org</owner> 11290 <owner>stevenjb@chromium.org</owner>
11286 <description>Settings: Keyboard settings: Diamond</description> 11291 <description>Settings: Keyboard settings: Diamond</description>
11287 </action> 11292 </action>
11288 11293
11294 <action name="Options_KeyboardRemapEscapeKey">
11295 <owner>michaelpg@chromium.org</owner>
11296 <description>Settings: Keyboard settings: Escape</description>
11297 </action>
11298
11289 <action name="Options_KeyboardRemapSearchKey"> 11299 <action name="Options_KeyboardRemapSearchKey">
11290 <owner>stevenjb@chromium.org</owner> 11300 <owner>stevenjb@chromium.org</owner>
11291 <description>Settings: Keyboard settings: Search</description> 11301 <description>Settings: Keyboard settings: Search</description>
11292 </action> 11302 </action>
11293 11303
11294 <action name="Options_KeyboardShowKeyboardShortcuts"> 11304 <action name="Options_KeyboardShowKeyboardShortcuts">
11295 <owner>michaelpg@chromium.org</owner> 11305 <owner>michaelpg@chromium.org</owner>
11296 <description> 11306 <description>
11297 Settings: Keyboard settings: View keyboard shortcuts 11307 Settings: Keyboard settings: View keyboard shortcuts
11298 </description> 11308 </description>
(...skipping 4268 matching lines...) Expand 10 before | Expand all | Expand 10 after
15567 <action name="webapps.AddShortcut.Manifest"> 15577 <action name="webapps.AddShortcut.Manifest">
15568 <owner>mlamouri@chromium.org</owner> 15578 <owner>mlamouri@chromium.org</owner>
15569 <description> 15579 <description>
15570 Shortcut added to the homescreen with a valid Manifest. This action will be 15580 Shortcut added to the homescreen with a valid Manifest. This action will be
15571 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15581 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15572 to keep a trend of whether the webapp also add meta tags. 15582 to keep a trend of whether the webapp also add meta tags.
15573 </description> 15583 </description>
15574 </action> 15584 </action>
15575 15585
15576 </actions> 15586 </actions>
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | ui/base/ime/chromeos/ime_keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698