# WeTek Play NEC remote factory_code = 0x1f000001 work_mode = 1 repeat_enable = 1 release_delay = 150 debug_enable = 1 reg_control = 0xfbe40 key_begin ; Code = IR keycode ; Linux = Linux keycode ; Android = Android keycode ; Button = Description button on Logitech remote ; KODI = Action in KODI (focus on video playback) ; Further info: http://kodi.wiki/view/Keyboard_controls ; ; Buttons with a * are not mapped to physical buttons on the harmony remote. ; ; Code Keycode Key Kodi ; ------ ------- -------------------- -------------- 0x01 2 # 1 1 0x02 3 # 2 2 0x03 4 # 3 3 0x04 5 # 4 4 0x05 6 # 5 5 0x06 7 # 6 6 0x07 8 # 7 7 0x08 9 # 8 8 0x09 10 # 9 9 0x00 11 # 0 0 0x1d 103 # DPAD_UP Up 0x23 108 # DPAD_DOWN Down 0x1f 105 # DPAD_LEFT Left 0x21 106 # DPAD_RIGHT Right 0x20 28 # DPAD_CENTER Select 0x25 139 # MENU ContextMenu 0x22 1 # BACK Back 0x24 127 # SEARCH TV Guide 0x1e 23 # I Info 0x2b 114 # Vol - Vol - 0x28 115 # Vol + Vol + 0x0d 113 # Mute Mute 0x13 128 # MEDIA_STOP Stop 0x10 122 # MEDIA_PREVIOUS Previous 0x11 123 # MEDIA_NEXT Next 0x0f 57 # MEDIA_PLAY_PAUSE Pause/Play 0x14 121 # MEDIA_REWIND Rewind 0x15 120 # MEDIA_FAST_FORWARD Fast Forward 0x0c 116 # POWER Power off 0x2d 109 # PAGE_DOWN Pg Down 0x2a 104 # PAGE_UP Page Up 0x31 19 # R 0x32 34 # Y 0x33 44 # G 0x34 48 # B 0x35 21 # Z 0x36 50 # M 0x17 31 # S 0x16 20 # T 0x2c 38 # L 0x19 47 # V key_end