diff options
author | Jeremy Klein <jlklein@google.com> | 2015-07-14 15:15:47 -0700 |
---|---|---|
committer | Jeremy Klein <jlklein@google.com> | 2015-07-14 15:15:47 -0700 |
commit | 802476a777f9f646f40d6128d3476d32ffc4a901 (patch) | |
tree | 1c772cb5451b498168c7f17d74c949d9c70d6c98 /res/values/strings.xml | |
parent | d8d9a5f3d5df044c6c7e5c87d6805f702eed1a36 (diff) | |
download | connectbot-802476a777f9f646f40d6128d3476d32ffc4a901.tar.gz connectbot-802476a777f9f646f40d6128d3476d32ffc4a901.tar.bz2 connectbot-802476a777f9f646f40d6128d3476d32ffc4a901.zip |
Add a tab button to the emulated keys above the soft keyboard.
Fixes #92
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d8e3bb5..cbc275c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -505,6 +505,10 @@ <!-- Describes the icon of the "send escape character" button in the terminal view for accessibility purposes. --> <string name="image_description_send_escape_character">Send escape character.</string> + + <!-- Describes the icon of the "send tab character" button in the terminal view for + accessibility purposes. --> + <string name="image_description_send_tab_character">Send TAB character.</string> <!-- Describes the icon of the "show keyboard" button in the terminal view for accessibility purposes. --> |