Thanks for the pointer. It turns out this new remote is sending a
different code for the OK and Enter keys than the one that works.

Working remote:

Code:
--------------------
    Event: time 1613328411.379315, type 4 (EV_MSC), code 4 (MSC_SCAN), value 
70028
  Event: time 1613328411.379315, type 1 (EV_KEY), code 28 (KEY_ENTER), value 1
  Event: time 1613328411.379315, -------------- SYN_REPORT ------------
  Event: time 1613328411.387290, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70028
  Event: time 1613328411.387290, type 1 (EV_KEY), code 28 (KEY_ENTER), value 0
--------------------

Non-working new remote:

Code:
--------------------
    Event: time 1613328715.194926, type 4 (EV_MSC), code 4 (MSC_SCAN), value 
70058
  Event: time 1613328715.194926, type 1 (EV_KEY), code 96 (KEY_KPENTER), value 1
  Event: time 1613328715.194926, -------------- SYN_REPORT ------------
  Event: time 1613328715.298836, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70058
  Event: time 1613328715.298836, type 1 (EV_KEY), code 96 (KEY_KPENTER), value 0
--------------------


So it looks like the remote is functioning, but Jivelite is ignoring the
70058 code. I guess I will need to remap the codes to get it to work if
I want to keep it?

Is this typical of RF remotes? I would have expected Enter to be
consistent/universal.

Sorry for the RF remote newbie questions. :confused:


------------------------------------------------------------------------
wtnh's Profile: http://forums.slimdevices.com/member.php?userid=36993
View this thread: http://forums.slimdevices.com/showthread.php?t=112709

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to