focusToFieldSelectsText
ui focusToFieldSelectsText boolean { t | nil }
Description
Auto selects the content in the text field, when the Tab key is pressed to traverse through the editable string fields.
GUI Equivalent
Examples
envGetVal("ui" "focusToFieldSelectsText")
envSetVal("ui" "focusToFieldSelectsText" 'boolean t)
Related Topics
Return to top