home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / HOTKEY10.ZIP / HOTKEY.DOC < prev    next >
Text File  |  1991-05-01  |  1KB  |  25 lines

  1.  
  2. HOTKEY 1.0 -- A program to let you switch directly to any OS/2 session from
  3.               any other full-screen session without using the Task Manager.
  4.  
  5. By Peter Fitzsimmons (A:Ware) and David Burton (Burton Systems Software).
  6. This program is uncopyrighted (public domain).
  7.  
  8. Use command-line parameters to associate a number key (1-9) with each session
  9. to which you may wish to "hot-key" (switch).  The syntax is:
  10.      DETACH HOTKEY [option] <N>=<title> [<N>=<title>]... (etc.)
  11. where:
  12.      <N>       Is the chosen number key, 1-9
  13.      <title>   Is the title of a session in your task list.  If the title
  14.                contains blanks, you must enclose that parameter in quotes.
  15.      [option]  Determines what you press in combination with the number keys:
  16.          /RA or /RAS  --  Right-Alt key (/RA = regular, /RAS = "sticky")
  17.          /SR or /SRS  --  Regular or sticky SysReq key (good for 84 keys)
  18.          /SL or /SLS  --  Regular or sticky Scroll-Lock (/SL is default)
  19. Example:
  20.      detach hotkey 1=Mono "2=OS/2 Full Screen" 3=MyThirdSession 9=DOS
  21.  
  22. After you've installed HOTKEY, you can press Scroll-Lock (or SysReq or Rt-ALT)
  23. and a number key to switch to the first task in the task list that has <title>
  24. anywhere in its name.  Pressing Scroll-Lock,0 terminates HOTKEY.
  25.