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:
vanhofen
2017-12-19 10:58:44 +01:00
parent 938b53bb4b
commit 18a0cb2ee3
2 changed files with 9 additions and 1 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes * to luainstance.h changes
*/ */
#define LUA_API_VERSION_MAJOR 1 #define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 78 #define LUA_API_VERSION_MINOR 79

View File

@@ -134,6 +134,14 @@ static void set_lua_variables(lua_State *L)
{ "next", CRCInput::RC_next }, { "next", CRCInput::RC_next },
{ "prev", CRCInput::RC_prev }, { "prev", CRCInput::RC_prev },
{ "www", CRCInput::RC_www }, { "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_on", CRCInput::RC_power_on },
{ "power_off", CRCInput::RC_power_off }, { "power_off", CRCInput::RC_power_off },
{ "standby_on", CRCInput::RC_standby_on }, { "standby_on", CRCInput::RC_standby_on },