Skip to content

Commit

Permalink
Merge pull request vx#127 from kruton/arrow-unicode
Browse files Browse the repository at this point in the history
Use unicode symbols for arrow buttons
  • Loading branch information
kruton committed Aug 11, 2015
2 parents c175466 + a7a8c9c commit 28df3bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values/notrans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@

<string name="copyright_info" translatable="false">Before we get started, we need to get some legal information out of the way. ConnectBot is provided under the Apache License, Version 2.0 (the &#x201C;License&#x201D;). Here are a few key points:\n\nYou may not use this program except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &#x201C;AS IS&#x201D; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string>

<!-- "Up" button in virtual keyboard. -->
<string name="button_key_up">\u25B2</string>
<!-- "Down" button in virtual keyboard. -->
<string name="button_key_down">\u25BC</string>
<!-- "Left" button in virtual keyboard. -->
<string name="button_key_left">\u25C0</string>
<!-- "Right" button in virtual keyboard. -->
<string name="button_key_right">\u25B6</string>
</resources>
16 changes: 4 additions & 12 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,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 "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. -->
Expand Down Expand Up @@ -552,12 +552,4 @@
<string name="button_key_ctrl">Ctrl</string>
<!-- Text for the "Tab" button in virtual keyboard. -->
<string name="button_key_tab">Tab</string>
<!-- Text for the "up" button in virtual keyboard. -->
<string name="button_key_up">Up</string>
<!-- Text for the "down" button in virtual keyboard. -->
<string name="button_key_down">Down</string>
<!-- Text for the "left" button in virtual keyboard. -->
<string name="button_key_left">Left</string>
<!-- Text for the "right" button in virtual keyboard. -->
<string name="button_key_right">Right</string>
</resources>

0 comments on commit 28df3bd

Please sign in to comment.