Keys to send not working ?

Here you are welcome to discuss items of general interest related to Push2Run
Post Reply
Tyrian81
Posts: 3
Joined: Fri Oct 25, 2019 4:57 am

Keys to send not working ?

Post 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
RobLatour
Site Admin
Posts: 1003
Joined: Mon Feb 19, 2018 11:43 am

Re: Keys to send not working ?

Post 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
Tyrian81
Posts: 3
Joined: Fri Oct 25, 2019 4:57 am

Re: Keys to send not working ?

Post 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 ?
RobLatour
Site Admin
Posts: 1003
Joined: Mon Feb 19, 2018 11:43 am

Re: Keys to send not working ?

Post 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)
Post Reply