Re: What, no CapsLock?
MJ Ray <[email protected]>
| Newsgroups | gmane.editors.wily |
|---|---|
| Message-ID | <[email protected]> |
MJ Ray <[email protected]> wrote: > For some reason, when typing text into wily, CapsLock is ignored. OK, can someone help me track this down, please? It's rather annoying. I think the keyboard input is actually read by libXg, so I've taken a look in there at the gotchar routine. I'm not 100% sure if that's the place to look, as I don't understand Xt very well. What is the c var that is given to gotchar? Does that take into account lock being pressed (and it's destroying it somehow), or should it read lock status from inside that function? All comments welcome. MJR