keys play and playpause added for lua

This commit is contained in:
BPanther
2021-02-07 21:37:22 +01:00
committed by Thilo Graf
parent 13d5b3107e
commit 18b2c81295
2 changed files with 17 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ static void set_lua_variables(lua_State *L)
{ "sat2", CRCInput::RC_sat2 },
{ "record", CRCInput::RC_record },
{ "play", CRCInput::RC_play },
{ "playpause", CRCInput::RC_playpause },
{ "pause", CRCInput::RC_pause },
{ "forward", CRCInput::RC_forward },
{ "rewind", CRCInput::RC_rewind },