Updated Text Entry (markdown)

Kyle Reed 2023-09-29 15:17:14 -07:00
parent f48dc29bd6
commit e0957dee6c

@ -1,11 +1,11 @@
The text entry view allows you to modify text. Use the buttons on the screen to update the text field at the cursor.
For the most part this is self-explanatory, but there are a few features that are worth pointing out.
* Cursor - with the text field selected, use the encoder or the left/right buttons to set the cursor position.
* Insert/Overwrite - with the text field selected, pressing the select button will toggle between insert and overwrite modes. Overwrite mode will invert the cursor to indicate it is active.
* Delete-to-Cursor - Long-press select in the text field to delete all the text up the cursor position.
* Raw byte entry - with the raw number field selected, use the encoder to select a byte value. Pressing select will enter that byte value into the text field. This can be used to insert a <NULL> byte or a <TAB>.
* Mode button - pressing the mode button (lower right) will toggle the keyboard between Alpha and Numeric/Symbol modes.
* <DEL - Delete the specific char which is before (at the left of) the cursor.
* **Cursor** - with the text field selected, use the encoder or the left/right buttons to set the cursor position.
* **Insert/Overwrite** - with the text field selected, pressing the select button will toggle between insert and overwrite modes. Overwrite mode will invert the cursor to indicate it is active.
* **Delete-to-Cursor** - Long-press select in the text field to delete all the text up the cursor position.
* **Raw byte entry** - with the raw number field selected, use the encoder to select a byte value. Pressing select will enter that byte value into the text field. This can be used to insert a <NULL> byte or a <TAB>.
* **Mode button** - pressing the mode button (lower right) will toggle the keyboard between Alpha and Numeric/Symbol modes.
* **<DEL** - Delete the specific char which is before (at the left of) the cursor.
Backing out of the control will not save changes. Changes are saved when the OK button is pressed.