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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to