VoxCommando

Help and Support (Using VoxCommando) => Windows 8 / 10 => Topic started by: cdburns123 on January 27, 2015, 08:08:45 PM

Title: How to send the 'windows key' with Sendkeys
Post by: cdburns123 on January 27, 2015, 08:08:45 PM
I want to accomplish this:

windows key and the P key together. This will bring up the projector charm.

My idea is this:   "OnScreen"....sends keystroke combinations:  win P, down, down, down, enter.
I have miracast on my tv and this would be my next small project.

THANKS
Title: Re: How to send the 'windows key' with Sendkeys
Post by: jitterjames on January 27, 2015, 08:48:15 PM
This should be easy to accomplish with the InputKeys.Send action.

SendKeys does not allow for much in the way of key combinations.  You can only modify keys with Ctrl, Alt or Shift with SendKeys.

You could also use DxInput but it should not be necessary.