home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2103 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  974 b 

  1. Path: sparky!uunet!psinntp!tfd!bret
  2. From: bret@tfd.COM (Bret Weinraub)
  3. Newsgroups: comp.lang.tcl
  4. Subject: CAPS LOCK
  5. Keywords: keysyms, CAPS LOCK
  6. Message-ID: <2060@tfd.tfd.com>
  7. Date: 11 Dec 92 22:39:46 GMT
  8. Organization: Twenty-First Designs, Wash, DC
  9. Lines: 19
  10.  
  11. My users are complaining to me:
  12.  
  13. Blah blah blah this TK Application doesn't work when CAPS LOCK has been
  14. hit.
  15.  
  16. I've tried the following:
  17. 1.  Tell customer to turn off CAPS LOCK when using application.
  18. 2.  After they continued to complain, tried to add a <Lock-???> bind
  19.     for every existing bind call.
  20. 3.  Realized that I would need all the default bindings to be simulated
  21.     with bind <Lock-whatever> calls.  Since #2 didn't work for mouse-clicking,
  22.     this wouldn't work.
  23. 4.  Started hacking up the tk code.  After ensuing headache, decided 
  24.     to punt, risk flames, and post problem to comp.lang.tcl.  What can it 
  25.     hurt?
  26.     
  27. Any suggestions? (platform is a SUN SPARC 2 running 4.1.1.)
  28.  
  29. bret@tfd.com
  30.