| Keypress | Result |
| A letter, number, space, or other character key | A character appears in the textbox. |
| |
| Backspace | Removes the character before the cursor. |
| Enter | Submits a form. |
| Delete | Removes the character after the cursor. |
| Home | Moves the cursor to the front of the textbox. |
| End | Moves the cursor to the end of the textbox. |
| Cursor Arrow Keys | Moves the cursor around in the textbox. |
| Ctrl + C | Copies the selected text to the clipboard. |
| Ctrl + X | Removes the highlighted text from the textbox and places it on the clipboard. |
| Ctrl + V | Inserts text on the clipboard into the textbox at the cursor position. |
| Ctrl + Z | Undoes the last change to the textbox's contents. |