From 802476a777f9f646f40d6128d3476d32ffc4a901 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Tue, 14 Jul 2015 15:15:47 -0700 Subject: Add a tab button to the emulated keys above the soft keyboard. Fixes #92 --- res/drawable/button_tab.png | Bin 0 -> 3535 bytes res/layout/act_console.xml | 11 +++++++++++ res/values/strings.xml | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 res/drawable/button_tab.png (limited to 'res') diff --git a/res/drawable/button_tab.png b/res/drawable/button_tab.png new file mode 100644 index 0000000..4443118 Binary files /dev/null and b/res/drawable/button_tab.png differ diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml index f7db787..46dedfb 100644 --- a/res/layout/act_console.xml +++ b/res/layout/act_console.xml @@ -158,6 +158,17 @@ android:src="@+drawable/button_esc" android:contentDescription="@string/image_description_send_escape_character" /> + + 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 @@ Send escape character. + + + Send TAB character. -- cgit v1.2.3