Text Field Keys
here are key presses that you can use in text fields any key if not listed below, then the key is checked if it is displayable and appropriate for a text field if so, then it is inserted into the text field, or replaces the current selection a rejected character will result in "rejected" being displayed above the text area arrow down move down one line in multiline text arrow down+shift move down one line in multiline text, and select text arrow left move one character to the left arrow left+shift move one character to the left, and select text arrow right move one character to the right arrow right+shift move one character to the right, and select text arrow up move up one line in multiline text arrow up+shift move up one line in multiline text, and select text cmd+a on mac same as /#ctrla cmd+c on mac same as /#ctrlc cmd+v on mac same as /#cmdv cmd+x on mac same as /#ctrlx cmd+z on mac same as /#ctrlz cmd+z+shift on mac same as /#ctrlzshift ctrl+a select all the text ctrl+c copy the selected text to the operating system clipboard to allow you to paste the text into another application ctrl+v paste the text that is currently in the operating system clipboard into this text component at the current cursor location ctrl+x cut the selected text out and copy it to the operating system clipboard to allow you to paste the text into another application ctrl+z undo the most recent change can be used repeatedly ctrl+z+shift redo the "undo recent change" can be used repeatedly end move the cursor to the end of the text string end+shift move the cursor to the end of the text string and select the text from the current cursot to end enter for a single line text field, accepts the text and may move the keyboard focus to another text component for a multi line text area, a new line is inserted enter+shift for a single line text field, accepts the text and may move the keyboard focus to another text component, but in the opposit direction for a multi line text area, this is the same as /#enter escape accept the text may move the focus to another text component home move the cursor to the start of the text string home+shift move the cursor to the start of the text string and select the text from the current cursor to home page down in a multi line text area, move the cursor down one "page", where a "page" is the number of rows of text currently visible in the text area page down+shift in a multi line text area, move the cursor down one "page", where a "page" is the number of rows of text currently visible in the text area and select the text from the current cursor to that new location page up in a multi line text area, move the cursor up one "page", where a "page" is the number of rows of text currently visible in the text area page up+shift in a multi line text area, move the cursor up one "page", where a "page" is the number of rows of text currently visible in the text area and select the text from the current cursor to that new location tab accept the text may move the keyboard focus to another text component tab+shift accept the text may move the keyboard focus to another text component, but in the opposit direction