home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / openloo / 5126 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  710 b 

  1. Path: sparky!uunet!olivea!pagesat!spssig.spss.com!uchinews!msuinfo!phoenix.cps.msu.edu!courtney
  2. From: courtney@phoenix.cps.msu.edu (Jonathan Courtney)
  3. Newsgroups: comp.windows.open-look
  4. Subject: XView and Caps key state
  5. Message-ID: <1joucsINNiqv@msuinfo.cl.msu.edu>
  6. Date: 22 Jan 93 13:55:40 GMT
  7. Organization: Dept. of Computer Science, Michigan State University
  8. Lines: 16
  9. NNTP-Posting-Host: phoenix.cps.msu.edu
  10.  
  11.  
  12.   What is the best way to determine the state of the Caps lock key in
  13. an XView program?  For example,
  14.  
  15.   event_shift_is_down(event)
  16.  
  17. does not return "true" if the Caps key is on.  Neither does
  18.  
  19.   (event_shiftmask(event) & CAPSMASK)
  20.  
  21.  
  22. Any suggestions?
  23.  
  24.                             Jon
  25.  
  26. P.S. - Please email if possible.
  27.