blob: 78be21d70ebcde5c163ea884f1cd645218520a36 [file] [log] [blame]
Mindy Pereirab47f3e22011-12-13 14:25:04 -08001<?xml version="1.0" encoding="utf-8"?>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08002<!--
3 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
Mindy Pereirab47f3e22011-12-13 14:25:04 -08005
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
Jin Caoa6b45212014-09-18 13:46:54 -070018<resources>
19 <!-- All shortcuts need to be combined with CTRL -->
Mindy Pereirab47f3e22011-12-13 14:25:04 -080020
Jin Caoa6b45212014-09-18 13:46:54 -070021 <!-- open compose -->
22 <string name="trigger_compose_char" translatable="false">n</string>
23 <!-- archive, can also be remove folder when archive is not applicable -->
24 <string name="trigger_archive_char" translatable="false">d</string>
25 <!-- delete (\u0008 is BACKSPACE), can also be clear trash/spam -->
26 <!-- TODO: there is a separate ASCII for DEL, should we support that? -->
27 <string name="trigger_delete_char" translatable="false">\u0008</string>
28 <!-- send (TODO: looks like edittext is consuming this event) -->
29 <string name="trigger_send_char" translatable="false">\u000a</string>
30 <!-- save draft -->
Mindy Pereirab47f3e22011-12-13 14:25:04 -080031 <string name="trigger_save_char" translatable="false">s</string>
Jin Caoa6b45212014-09-18 13:46:54 -070032 <!-- manual refresh -->
Mindy Pereirab47f3e22011-12-13 14:25:04 -080033 <string name="trigger_refresh_char" translatable="false">u</string>
Jin Caoa6b45212014-09-18 13:46:54 -070034 <!-- open navigation drawer -->
35 <string name="trigger_toggle_drawer_char" translatable="false">m</string>
36 <!-- Settings -->
37 <string name="trigger_settings_char" translatable="false">,</string>
38 <!-- Help & Feedback -->
39 <string name="trigger_help_char" translatable="false">/</string>
40 <!-- reply TODO -->
41 <string name="trigger_reply_char" translatable="false">`</string>
42 <!-- reply all -->
43 <string name="trigger_reply_all_char" translatable="false">r</string>
44 <!-- mark as read/unread -->
45 <string name="trigger_toggle_read_unread_char" translatable="false">i</string>
46 <!-- change label -->
47 <string name="trigger_change_label_char" translatable="false">l</string>
48 <!-- print -->
49 <string name="trigger_print_char" translatable="false">p</string>
50 <!-- undo in snack bar TODO punted -->
51 <string name="trigger_undo_char" translatable="false">z</string>
Mindy Pereirab47f3e22011-12-13 14:25:04 -080052
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080053</resources>