I just added this to the RGEasy lua file: if(onFTV) codes to allow gamepad A and B buttons to do select and back. (og and added codes for x and y is you need them). Unless you wanted them to do something else they are routed to the same as the “back” and “enter” buttons of the remote
codes[96] = ‘select’ --button A
codes[97] = ‘back’–button B
codes[99] = ‘x’ --button X
codes[100] = ‘y’–button Y