Press and hold (repeat) not working in CE latest stable (19.1-matrix)

I’m using a MECOOL M8S Pro Plus and did a clean install with the latest CE (May 12th release).
Been using the same remote.conf file I was using with CE v9.2.7, places in the root of the SD card.

All the buttons seems to work except holding the OK button. Normally press and holding the OK button will pause the media. This does not work anymore. Any clue how to fix this?

#**********************************************************************************************
#
#    this file is configuration for each factory remote device
#
#    factory_code      each device has it's unique factory code.
#                      pattern: custom_code(16bit) + index_code(16bit)
#                      examble: 0xff000001 = 0xff00(custom_code) + 0001(index_code)
#
#    work_mode         0 :software mode  1 :hardware mode
#    repeat_enable     0 :disable repeat 1 :enable repeat
#
#    release_delay     unit: ms
#                      release will report from kernel to user layer after this period
#                      of time from press or repeat triggered.
#
#    debug_enable      0 :debug disable  1 :debug enable
#
#    SW MODE:
#    bit_count         how many bits in each frame
#    tw_leader_act     time window for leader active
#    tw_bit0           time window for bit0 time.
#    tw_bit1           time window for bit1 time
#    tw_repeat_leader  time window for repeat leader
#
#    REG:
#    reg_base_gen      set value for PREG_IR_DEC_BASE_GEN
#    reg_control       set value for PREG_IR_DEC_CONTROL
#    reg_leader_act    set value for PREG_IR_DEC_LEADER_ACTIVE
#    reg_leader_idle   set value for PREG_IR_DEC_LEADER_IDLE
#    reg_repeat_leader set value for PREG_IR_DEC_REPEAT_IDLE
#    reg_bit0_time     set value for PREG_IR_DEC_BIT0_TIME
#
#**********************************************************************************************
#
# Videostrong - Blue Grey MECOOL M8S Pro+ remote
#
#**********************************************************************************************

factory_code  = 0xff000001
work_mode     = 0
repeat_enable = 1
repeat_delay  = 40
repeat_peroid = 39
release_delay = 121
debug_enable  = 0

key_begin
        0x59  116    # power

        0x08  104    # page up
        0x0b  109    # page down

        0x18  20     # subtitle
        0x19  113    # mute

        0x13  115    # vol up
        0x17  114    # vol down

        0x0d  1      # home
        0x05  158    # exit/back

        0x06  103    # up
        0x5a  105    # left
        0x1b  106    # right
        0x16  108    # down
        0x1a  28     # enter/ok - long press = pause

        0x45  46     # context menu
        0x12  128    # stop

        0x52  2      # 1
        0x50  3      # 2
        0x10  4      # 3
        0x56  5      # 4
        0x54  6      # 5
        0x14  7      # 6
        0x4e  8      # 7
        0x4c  9      # 8
        0x0c  10     # 9
        0x0f  11     # 0

        0x22  23     # info
        0x51  24     # kodi codec info
key_end

repeat_key_begin
        0x1a  28     # enter/ok - long press = pause
repeat_key_end

Can you change to:

factory_code = 0xdf000001
work_mode = 0
repeat_enable = 1
repeat_delay = 130
repeat_peroid = 120
release_delay = 20
debug_enable = 1

and see if that works?

Alternately you could try this config from the repository.

I’ll have a try tonight and report back! Many thanks in advance.

Once you get to it, please let me know if it resolved the issue. Thx.

I tried to change the settings like you sain. That didn’t work.
After that I tried your config, unfortunately that didn’t work either…

Maybe check keymap.xml or keyboard.xml?

I’ll need to look in to this. Never worked with it before.

https://kodi.wiki/view/Add-on:Keymap_Editor

2 Likes

Keymap editor is The best addon IMHO

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.