Im trying to have a program do a shortcut via keypresses but its not working ??
gamebooster is opening but field keys to press is not working ?
any tips ?
open: "C:\Program Files (x86)\Razer\Razer Cortex\CortexLauncher.exe"
keys to send : {LEFTCTRL}{LEFTALT}{b}
the combination should enable boost mode ctrl+alt+b
Keys to send not working ?
Re: Keys to send not working ?
try
(WAIT999}{LEFTCTRL}{LEFTALT}b
this will give Cortex a moment to itself to get focused before the keys are sent. Also, the squirely brackets should not surround the letter b
(WAIT999}{LEFTCTRL}{LEFTALT}b
this will give Cortex a moment to itself to get focused before the keys are sent. Also, the squirely brackets should not surround the letter b
Re: Keys to send not working ?
Hmm i've tried that combination but is not working ...
figured out that cortex doesn't need to be in foreground so tried without calling the program (since it is running in background)
but your combo is not working as is {LEFTCTRL}{LEFTALT}b
also tried {CTRL}{ALT}b
any thoughts ?
figured out that cortex doesn't need to be in foreground so tried without calling the program (since it is running in background)
but your combo is not working as is {LEFTCTRL}{LEFTALT}b
also tried {CTRL}{ALT}b
any thoughts ?
Re: Keys to send not working ?
try changing what's in the open field
from
"C:\Program Files (x86)\Razer\Razer Cortex\CortexLauncher.exe"
to
Desktop
(without any quotes around the word Desktop),
in the Keys to send field, please try:
{WAIT999}{LEFTCTRL}{LEFTALT}b
(sorry in my earlier post below, I started the wait command off with a "(" instead of a "{" - corrected above)
from
"C:\Program Files (x86)\Razer\Razer Cortex\CortexLauncher.exe"
to
Desktop
(without any quotes around the word Desktop),
in the Keys to send field, please try:
{WAIT999}{LEFTCTRL}{LEFTALT}b
(sorry in my earlier post below, I started the wait command off with a "(" instead of a "{" - corrected above)