when I use "SendCustomKey" to left windows key,
but it doesn't work. is any wrong with my code?
my C# code:
this.viewerX.SendCustomKey((int)System.Windows.Forms.Keys.LWin);
otherwise, how can I send the combine key(ex: Ctrl+Space) with "SendCustomKey" method.
thx.
example: left_control + left_shift , left_control + space ?