Press Keys Not working

I am trying to pass CTRL+R to browse which need to open a pop up in a application but using press keys options it is not working

Hello and welcome to forum!

Could you share library you are using? Is it desktop or web applications? Would it be possible to share relevant code?

I was able to resolve this using
Press Keys None CTRL+r

now the new issue is once I do Press Keys None CTRL+r - it open up a popup box in browser and now I want to send input in that box and submit

Input text is not working

Looks liked you are using Selenium library. So when you open new popup in browser you need to switch to it before you can manipulate its elements. See example from documentation

When starting out its recommended to check also our courses: