if type(msg) = "roListScreenEvent" if msg.isRemoteKeyPressed() index = msg.GetIndex() if index = 10 'INFO ' do stuff end if end if end if
if msg.isListItemFocused() focusedItem = msg.GetIndex()end if