[T3] 2.4GHz and IR Air Mouse Remote Control
(2021-02-13, 23:01)shmizan Wrote:
(2021-01-20, 10:46)thenry Wrote: Sorry if this has been answered before.
I use and love this excellent remote for many years now.

I'm using CoreELEC Kodi 18.9 on Vim3.

My TV/AVR/Vim are on a CEC cycle. They to to stand-by together when I shutdown the TV or AVR, but Vim only wakes up if I manually click the power button. I know this not a CE support forum, but my question is regarding the remote and mapping the Power key.

I'd really like to configure the Power button on the T3 to act as a wake up button with keymap editor.

I currently have that button mapped to show the shutdown menu when Kodi is activated:
Code:
<power>ActivateWindow(ShutdownMenu)</power>

I tried using CECActivateSource instead but it also doesn't seem to wake it up.

Would appreciate any ideas or helps.
Thanks.
I used <key id="61662">CECActivateSource</key> to do exactly that on CE and it worked..
I also mapped the longpress of the same power button to shut down the TV + AVR
<key id="61662" mod="longpress">CECStandby</key>
Thanks for your reply. I only just saw it now Confused
<power> and <key id="61662"> are the same thing? I will try that.
Using <power> works well to bring up the shutdown menu, so if I want to keep that instead of CEC Standby do you think this will work?:

Code:
<key id="61662">ActivateWindow(ShutdownMenu)</key>
<key id="61662" mod="longpress">CECActivateSource</key>
Reply


Messages In This Thread
power button - by thenry - 2017-03-26, 14:43
RE: [T3] 2.4GHz and IR Air Mouse Remote Control - by thenry - 2021-02-17, 00:29
Logout Mark Read Team Forum Stats Members Help
[T3] 2.4GHz and IR Air Mouse Remote Control3