Typing input in retroarch

Hey guys. Currently experimenting with overlays in retroarch. I’m noticing that I can’t type the specific pixel quantities for x / y / ratios and instead have to use the arrow keys to increase or decreased which is super time consuming. Am I doing something wrong? How can I type numeric quantities?

I didn’t even know you could edit overlays from within the GUI. I’ve always done it via text editor.

How do I go about doing that?

  1. Take the cfg file for whichever overlay you’re trying to edit

  2. open it with a text editor

  3. ???

  4. Profit!

I’m referring to this area in Retroarch:

Untitled

ohhh, ok. Yeah, you can still do those in a text editor, but you open the retroarch.cfg file (or the override cfg if you’re using core/game overrides) and look for:

custom_viewport_width = "1280"
custom_viewport_height = "960"
custom_viewport_x = "0"
custom_viewport_y = "0"