Control Keys still not working
J. Landman Gay
jacque at hyperactivesw.com
Fri Jan 7 17:59:58 EST 2011
On 1/7/11 4:22 PM, Joe Lewis Wilkins wrote:
> I finally tested my app on a real PC and the control keys still do
> not work. The alt key mnemonics worked and the arrow keys worked, but
> not the Control Keys.
You only need two handlers, a commandKey handler and an optionKey
handler. On Macs, these will respond as you expect. On Windows, the
commandKey handler will respond when the user types the Control key, and
the optionKey handler will respond when the user types the Alt key.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list