You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BreachProtocolMouseResolver does not move cursor to correct place(prob resolution issue, game runs at 1080p) and BreachProtocolKeyboardResolver does not work at all on GeForce Now(in browser and in app). This is caused by nircmd being useless, and there is no workaround for it.
Thankfully there are other automation tools that might work. One of which is autohotkey, which have a ability to create simple scripts to move mouse or output keystrokes.
TODO:
check if chrome have problems with nircmd on fullscreen mode(gnow works on chromium)
research automation tools
check licesnse(can I redistribute bin?)
Ideal solution would be to reimplement WindowsRobot with autohotkey binary
The text was updated successfully, but these errors were encountered:
BreachProtocolMouseResolver
does not move cursor to correct place(prob resolution issue, game runs at 1080p) andBreachProtocolKeyboardResolver
does not work at all on GeForce Now(in browser and in app). This is caused by nircmd being useless, and there is no workaround for it.Thankfully there are other automation tools that might work. One of which is autohotkey, which have a ability to create simple scripts to move mouse or output keystrokes.
TODO:
Ideal solution would be to reimplement
WindowsRobot
with autohotkey binaryThe text was updated successfully, but these errors were encountered: