How to set repeat / delay with remote when using "remote.cfg"

Hello, I’m using Mecool remote with Beelink gt king box (“remote.cfg” file) and everything’s working great except key repeating when I long press, let’s say, arrow keys.

With the same “remote.cfg” file on Mecool repeating is working fine.

How to set it, if someone knows (step-by-step, please)?

There is no ‘step by step’.

Just play around with these values in remote.conf till it works to your likings (the values bellow usually do the trick):

repeat_enable = 1
repeat_delay = 130
repeat_peroid = 120
release_delay = 20

Remember to reboot between tries.

Thanks, but I already have:

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

in my “remote.conf”.

The problem is not in repeating frequency, but in the fact that repeating is not working AT ALL on my gt king with 19.2 rc3.

Same problem here with N2+ and 19.2rc3. With remote.cfg and a Mecool remote repeat does not work. On the other hand I never had a problem with meson-ir until I started to use the Estuary Mod v2 skin…

Same problem here with a Mecool K1 Pro and the following remote.conf.

#amlogic NEC remote MeeloUNO KI-Plus KII-Pro KI-Pro

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

key_begin
	#video strong
		0x59  31     #power
		0x19  113    #mute
		0x0e  130    #info
		0x0d  172    #home
		0x51  14     #del
		0x12  44     #mouse
		0x4d  18     #epg
		0x11  23     #dtv (info)

    		0x45  46     #menu
    		0x05  1      #exit

    		0x06  103    #up
    		0x5a  105    #left
    		0x1a  28
    		0x1b  106    #right
    		0x16  108    #down

    		0x55  104    #page+
    		0x15  109    #page-

    		0x52  2 	 #1
    		0x50  3 	 #2
    		0x10  4 	 #3
    		0x13  115	 #vol+

    		0x56  5      #4
    		0x54  6      #5
    		0x14  7      #6
    		0x17  114    #vol-

    		0x4e  8      #7
    		0x4c  9      #8
    		0x0c  10     #9
    		0x0f  11     #0
   
    		0x4a  19     #fr
    		0x48  33     #ff
    		0x08  51     #prev
    		0x0b  52     #next

    		0x46  57     #play/pause
    		0x44  45     #stop
    		0x04  64     #pvr
    		0x07  132    #repeat

    		0x42  59     #red
    		0x40  60     #green
    		0x00  61     #yellow
    		0x03  62     #blue

    		0x1f 63      #fav
    		0x58 15      #app
    		0x18 65      #browser
 
    		0x0e 136     #audio
    		0x09 20      #subtitle

    		0x02 24      #info (osd)
    		0x01 30      #audio
key_end

Solved using this values instead of the ones I was using. Thanks.

2 Likes

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