There are times when the user may wish or need to move the focus from control to control without using the mouse. ARWEN now supports sophisticated tabbing between child controls in a Window. Generally, to advance the focus this way simply press the TAB key. However, certain controls require an extra key pressed since they have other uses for the TAB key. Also, another key is required to move the focus in reverse. This table shows the appropriate combinations:
MultiEditText & TabItem | All other Controls | |
Move Forward | CTRL + TAB | TAB |
Move Backwards | CTRL + SHIFT + TAB | TAB + SHIFT |