What do you call a simple GUI where arrow keys move a cursor around textblocks?

Hi

I'm planing to create a simple GUI for Arduino/Teensy, old school, where 4 arrow keys and a jogg wheel are used to move the "cursor" or focus around between different text/value boxes in order to then change the value with the jogg wheel.

Somehow a touch interface with adafruits libraries is so much easier to make than this. But I don't want to use a touch screen for this project.

So I've been trying to find examples because I don't want to reinvent the wheel on something that has been done for ages.

However my keywords "arrow keys, gui, cursor, move ... " and similar don't yield me any good results on google.

Sometimes I'm a bit google-blind or I just lack the correct keywords.

Is there a name for such an interface? What am I looking for? Do you know of any examples or is there even a library or something?

Thank you for your time!