Page 1 of 1

What is Virtual Key?

Posted: Mon Jul 16, 2018 12:37 pm
by Lemonadez

Code: Select all

			{VKC:n} Sends the specified virtual key code.
			{EXT:n} Sends the specified extended virtual key code.
Can I do this. Send "D" Key on game.exe (repeatedly every 10 seconds) while Im Browsing Internet (Chrome)?
like it will send D Button while its not active window.

Re: What is Virtual Key?

Posted: Mon Jul 16, 2018 1:09 pm
by phil
No, XMBC uses MS's sendinput API which places keys into the keyboard buffer and thus get sent to the window with keyboard focus.
Virtual key CODES are what Windows uses internally to identify which key has been pressed.