# HG changeset patch # User Carl Byington # Date 1403467356 25200 # Node ID 69333ca1563c15cc3f256481bb8559160cbb6584 # Parent 1350adb077b14a6a2a15550dc7d71f19dd65f454 add ptt button p2 preference diff -r 1350adb077b1 -r 69333ca1563c res/values/arrays.xml --- a/res/values/arrays.xml Sun Jun 22 07:57:20 2014 -0700 +++ b/res/values/arrays.xml Sun Jun 22 13:02:36 2014 -0700 @@ -56,9 +56,11 @@ @string/list_hwbutton_ctrlaspace @string/list_hwbutton_ctrla @string/list_hwbutton_esc_a + @string/list_hwbutton_monitor @string/list_hwbutton_none + CTRL Esc @@ -67,6 +69,7 @@ Ctrl+A then Space Ctrl+A Esc+A + Monitor Key None diff -r 1350adb077b1 -r 69333ca1563c res/values/strings.xml --- a/res/values/strings.xml Sun Jun 22 07:57:20 2014 -0700 +++ b/res/values/strings.xml Sun Jun 22 13:02:36 2014 -0700 @@ -215,7 +215,6 @@ "Camera button" - "Action triggered by pressing the camera button" @@ -226,10 +225,14 @@ "Volume down button" "Action triggered by pressing the volume down button" - + "Search button" "Action triggered by pressing the search button" + + "PTT (L2) button" + "Action triggered by pressing the ptt button" + "Keep screen awake" diff -r 1350adb077b1 -r 69333ca1563c res/xml/preferences.xml --- a/res/xml/preferences.xml Sun Jun 22 07:57:20 2014 -0700 +++ b/res/xml/preferences.xml Sun Jun 22 13:02:36 2014 -0700 @@ -132,7 +132,7 @@ android:summary="@string/pref_voldn_summary" android:entries="@array/list_hwbutton" android:entryValues="@array/list_hwbutton_values" - android:defaultValue="None" + android:defaultValue="Tab" /> + +