Difference between revisions of "ISUplink:Focus (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
Focus -next|-previous|-last|-first
+
Focus -next|-previous|-last|-first|<session name>
  
 
== Description ==
 
== Description ==
Line 14: Line 14:
  
 
== Examples ==
 
== Examples ==
 +
; Focusing a window, from the Uplink directly
 +
*Focus is2
 +
 +
; Focusing a window, from a Session (by routing the command to the Uplink using the [[ISSession:Uplink_(Command)|Uplink command]])
 
*Uplink Focus -next
 
*Uplink Focus -next
 
*Uplink Focus -previous
 
*Uplink Focus -previous
 
*Uplink Focus -last
 
*Uplink Focus -last
 
*Uplink Focus -first
 
*Uplink Focus -first
 +
*Uplink Focus is1
  
 
== See Also ==
 
== See Also ==

Latest revision as of 10:58, 1 October 2014

Syntax

Focus -next|-previous|-last|-first|<session name>

Description

Attempts to bring the specified session into focus.

  • -first
The first session in the list of sessions
  • -last
The final session in the list of sessions
  • -next
The next session in the list of sessions - if this session is the final session, the first session will be used
  • -previous
The previous session in the list of sessions - if this session is the first session, the final session will be used

Examples

Focusing a window, from the Uplink directly
  • Focus is2
Focusing a window, from a Session (by routing the command to the Uplink using the Uplink command)
  • Uplink Focus -next
  • Uplink Focus -previous
  • Uplink Focus -last
  • Uplink Focus -first
  • Uplink Focus is1

See Also