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