home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / summary / keyboard / deassign.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  512 b   |  19 lines

  1.             DEASSIGNMENT OF KEYS
  2.  
  3. To deassign a function key or an extended function key (that is, restore 
  4. it to its orignal status), use a command of the form:
  5.  
  6.     PROMPT $e[0;<key-num>p 
  7.     ECHO ^[[0;<key-num>p 
  8. or
  9.     ESC [0;<key-num>p 
  10.  
  11. where
  12.  
  13. <key-num> is the number used when the key was assigned.
  14.  
  15. ^[ is an actual ESC character (27).
  16.  
  17. To deassign other keys, the "0;" portion of the command should be used only 
  18. if it was used when the key was assigned.
  19.