blob: c360f517a958d6dc6d8ae705d204a803ef9a9939 [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-->
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19
20 <!-- Character, that when combined with CTRL, should cause a save action -->
21 <string name="trigger_save_char" translatable="false">s</string>
22 <!-- Character, that when combined with CTRL, should open compose -->
23 <string name="trigger_compose_char" translatable="false">c</string>
24 <!-- Character, that when combined with CTRL, should trigger a refresh -->
25 <string name="trigger_refresh_char" translatable="false">u</string>
26 <!-- Character, that when combined with CTRL, should trigger the Y button action (sometimes archive, sometimes delete, etc) -->
27 <string name="trigger_y_char" translatable="false">y</string>
28
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080029</resources>