I'm trying to get KiXtart to maximize windows by sending an F11 keypress, but the applications I target keep bringing up help menus, as if I'd pressed F1. Am I doing something wrong or is this a bug? Here's the code I'm using:
Code:
setfocus ("MSN.com - Microsoft Internet Explorer")
sendkeys ("{F11}")
Thanks in advance.