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

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
Focus -next|-previous|-last|-first|<session name>
  
 
== Description ==
 
== 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 ==
 
== 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 -previous
 +
*Uplink Focus -last
 +
*Uplink Focus -first
 +
*Uplink Focus is1
  
 
== See Also ==
 
== See Also ==
Line 10: Line 29:
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Uplink]]
 +
[[Category:Inner Space Uplink Commands]]

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