mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
luainstance: update keyname table
Origin commit data
------------------
Branch: ni/coolstream
Commit: 67ea34c1bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-19 (Tue, 19 Dec 2017)
Origin message was:
------------------
- luainstance: update keyname table
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
* to luainstance.h changes
|
||||
*/
|
||||
#define LUA_API_VERSION_MAJOR 1
|
||||
#define LUA_API_VERSION_MINOR 78
|
||||
#define LUA_API_VERSION_MINOR 79
|
||||
|
@@ -134,6 +134,14 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "next", CRCInput::RC_next },
|
||||
{ "prev", CRCInput::RC_prev },
|
||||
{ "www", CRCInput::RC_www },
|
||||
{ "sub", CRCInput::RC_sub },
|
||||
{ "pos", CRCInput::RC_pos },
|
||||
{ "sleep", CRCInput::RC_sleep },
|
||||
{ "nextsong", CRCInput::RC_nextsong },
|
||||
{ "previoussong", CRCInput::RC_previoussong },
|
||||
{ "bookmarks", CRCInput::RC_bookmarks },
|
||||
{ "program", CRCInput::RC_program },
|
||||
{ "playpause", CRCInput::RC_playpause },
|
||||
{ "power_on", CRCInput::RC_power_on },
|
||||
{ "power_off", CRCInput::RC_power_off },
|
||||
{ "standby_on", CRCInput::RC_standby_on },
|
||||
|
Reference in New Issue
Block a user