Help with shortcut

Hi all,

I have an Odroid N2 and I want a keyboard shortcut that will shutdown this device. I know ‘S’ will bring up the Shutdown Menu, but that is not what I’m after. I want a shortcut that will just shutdown the device.

TIA

Greg

In your remote.xml or keyboard.xml you can map a key with the Shutdown action.
For example:

<s mod="shift">ShutDown()</s>

To use Shift + s key.

1 Like

OK, will give that a try.

Thanks.

Yep, that does work. Thank you.

Question:
What is the difference between this:
<s mod="shift">ShutDown()</s>

and this:

<s mod="shift">ShutDown</s>

TIA

Probably no differences.