FocusToSearchBox command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Gives the input focus to the [[search_facility.html|Search text area]]. Once that area has focus, pressing the Enter key invokes the </span><span class="f_Monospace">[[searchdown_cmd.html|searchDown]]</span><span class="f_Para"> command, so you can repeat a search using only the keyboard. </span>
<span class="f_Para">Gives the input focus to the [[search_facility.html|Search text area]]. Once that area has focus, pressing the Enter key invokes the </span><span class="f_Monospace">[[SearchDown command|searchDown]]</span><span class="f_Para"> command, so you can repeat a search using only the keyboard. </span>


<span class="f_Para">Syntax: </span>
<span class="f_Para">Syntax: </span>

Revision as of 03:16, 26 May 2022

Action:

Gives the input focus to the Search text area. Once that area has focus, pressing the Enter key invokes the searchDown command, so you can repeat a search using only the keyboard.

Syntax:

focusToSearchBox 

By default, the CTRL-F key combination also gives focus to the Search text area.

Client menu: --
Introduced: Build 29