From 3fb0c8e9a17f16cc1b42d4b17701c98876bb9fd9 Mon Sep 17 00:00:00 2001 From: Kyle Reed Date: Sun, 30 Apr 2023 10:36:00 -0700 Subject: [PATCH] Updated Text Entry (markdown) --- Text-Entry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Text-Entry.md b/Text-Entry.md index 4b121fc..052beb0 100644 --- a/Text-Entry.md +++ b/Text-Entry.md @@ -4,5 +4,6 @@ For the most part this is self explanatory, but there are a few features that ar * 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. * 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 byte or a . +* Mode button - pressing the mode button (lower right) will toggle the keyboard between Upper, Lower, and Numeric modes. Backing out of the control will not save changes. Changes are saved when the OK button is pressed. \ No newline at end of file