Page 1 of 1
Keys to send not working ?
Posted: Fri Oct 25, 2019 5:01 am
by Tyrian81
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
Re: Keys to send not working ?
Posted: Fri Oct 25, 2019 6:41 am
by RobLatour
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
Re: Keys to send not working ?
Posted: Sun Oct 27, 2019 4:51 am
by Tyrian81
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 ?
Re: Keys to send not working ?
Posted: Sun Oct 27, 2019 7:56 am
by RobLatour
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)