hot key support

Ask general questions here.
omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

Re: hot key support

Post by omayer » Wed Sep 19, 2012 6:47 pm

Thank yfo quick reply, i read the page that you directed but don't find the solution
Tipu

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: hot key support

Post by Ciege » Wed Sep 19, 2012 6:52 pm

Instead of {Ctrl down} use {ControlKey DOWN}...
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...

omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

Re: hot key support

Post by omayer » Wed Sep 19, 2012 7:19 pm

Thank you Ciege, it works w/following line

Keyboard.Press(System.Windows.Forms.Keys.F | System.Windows.Forms.Keys.Control, 33, Keyboard.DefaultKeyPressTime, 1, true);
Delay.Ms(2000);
Tipu