Regarding keyboard press in PiP mode

Hi all

One doubt - i have vb script which press num lock button continously in a loop

I am running the process in Pip mode,does it any way impact the way attended user is working with laptop ?

Hello @NNR,

Yes, running a loop that presses Num Lock in PiP mode will impact the attended user, because PiP shares the same keyboard/mouse input. The user might see Num Lock toggling and it could interfere with typing.

If you want, I can suggest a way to simulate Num Lock toggling without affecting the user. That way your script can run in PiP without annoying them.

@NNR,

I don’t think there should be any issue. Bot is just going to mimic the signal of Keyboard and mouse and not going to send it through the keyboard itself.

Test it and let us know if any error.