neutrino.cpp: zap also with page up/page down buttons

Origin commit data
------------------
Branch: ni/coolstream
Commit: fa8f28eed1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-06-17 16:26:46 +04:00
parent 66685bf0d1
commit 0950d5e56d

View File

@@ -2270,6 +2270,9 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
else if (CRCInput::isNumeric(msg)) {
numericZap( msg );
}
else if( msg == CRCInput::RC_page_up || msg == CRCInput::RC_page_down) {
quickZap(msg == CRCInput::RC_page_up ? CRCInput::RC_right : CRCInput::RC_left);
}
else if(msg == CRCInput::RC_rewind) {
if(g_RemoteControl->is_video_started) {
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();