luainstance: update keyname table

Origin commit data
------------------
Commit: 67ea34c1bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-19 (Tue, 19 Dec 2017)

Origin message was:
------------------
- luainstance: update keyname table
This commit is contained in:
vanhofen
2017-12-19 10:58:44 +01:00
parent 9b5c4e7618
commit af19b75694
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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 },