IR Remote for OSMC

Hello everyone!
I have a 2.4 GHz remote control. Can I configure it with irrecord (not GPIO)? KEY_LEFT, KEY_RIGHT, KEY_DOWN, KEY_UP, KEY_HOME and KEY_OK works, but KEY_INFO or KEY_TITLE doesn’t working (I am don’t know about this button, marked red on screenshot, please see).

Default lirc config for my remote control
 begin codes
          KEY_HOME                 0x0F
          KEY_INFO                 0x10
          KEY_UP                   0x11
          KEY_DOWN                 0x13
          KEY_LEFT                 0x15
          KEY_RIGHT                0x12
          KEY_OK                   0x14
          KEY_BACK                 0x16
          KEY_TITLE                0x17
          KEY_PLAYPAUSE            0x18
          KEY_STOP                 0x19
          KEY_REWIND               0x1A
          KEY_FASTFORWARD          0x1B
end codes

Maybe you know about code for KEY_TITLE or I am need KEY_INFO? Thanks!