- infoviewer_bb: use key-assignment from movieplayer

This commit is contained in:
svenhoefer
2015-12-14 23:04:04 +01:00
parent 7ccb57548b
commit 4c7cea95e9
3 changed files with 43 additions and 7 deletions

View File

@@ -112,6 +112,7 @@ class CKeybindSetup : public CMenuTarget, public CChangeObserver
~CKeybindSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
bool changeNotify(const neutrino_locale_t OptionName, void * data);
static const char *getMoviePlayerButtonName(const neutrino_msg_t key, bool &active);
};
#endif