WindowToTop command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Brings the specified Client window to the top of your screen's stack of windows. For example, specifying </span><span class="f_Monospace">windowToTop Web Buffer</span><span class="f_MonoSpTable"> </span><span class="f_Para">brings an [[Opening an external window|external]] </span><var>Web Buffer</var><span class="f_Para"> window to the foreground of your monitor screen. </span>
<span class="f_Para">Brings the specified Client window to the top of your screen's stack of windows. For example, specifying </span><span class="f_Monospace">windowToTop Web Buffer</span><span class="f_MonoSpTable"> </span><span class="f_Para">brings an [[Opening an external window|external]] </span><var>Web Buffer</var><span class="f_Para"> window to the foreground of your monitor screen. </span>



Latest revision as of 19:11, 9 February 2023

Action:

Brings the specified Client window to the top of your screen's stack of windows. For example, specifying windowToTop Web Buffer brings an external Web Buffer window to the foreground of your monitor screen.

Syntax:

windowToTop windowname

where windowname is the (case not important) name, or title, at the top of a Client work window or external window. windowname may end with an asterisk (*) to perform a "wildcard" search (for example, ab* finds the About window).

Client menu: --
Introduced: Build 50