Re: Intercept TAB key
- Posted by lpuster Sep 19, 2011
- 1215 views
DerekParnell said...
The trick of using returnValue(-1) only works for the w32HKeyPress handler. It does not work for the w32HKeyDown handler.
Thanks Derek. I was mislead by the documentation, which says of w32HKeyPress: "Only "visible" keys are reported with this function. To trap "special" keys (such as the cursor keys), use w32KeyDown...". I guess it meant to say "Only keys that produce ASCII codes are reported with this function." I recommend the doc be changed.