Difference between revisions of "Emulate Remote Keys"
From WikiDLXTV
Line 39: | Line 39: | ||
---- | ---- | ||
− | --[[User:Recliq|Recliq]] | + | --[[User:Recliq|Recliq]] 10 November 2011 |
Revision as of 09:08, 10 November 2011
Contents |
You can emulate keys pressed on remote by sending characters to /tmp/ir_injection.
Method 1
Example:
To emulate a press of the POWER button on remote you can do this in telnet:
echo w > /tmp/ir_injection
w - POWER o - HOME u - UP l - LEFT n - ENTER r - RIGHT d - DOWN T - BACK t - STOP G - OPTION H - REWIND p - PLAY/PAUSE I - FORWARD [ - PREVIOUS ] - NEXT E - SEARCH X - EJECT
Method 2
You can also use the irinject command like this:
irinject POWER
--Recliq 10 November 2011