mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
neutrino.cpp: zap also with page up/page down buttons
This commit is contained in:
@@ -2270,6 +2270,9 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
|
|||||||
else if (CRCInput::isNumeric(msg)) {
|
else if (CRCInput::isNumeric(msg)) {
|
||||||
numericZap( 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) {
|
else if(msg == CRCInput::RC_rewind) {
|
||||||
if(g_RemoteControl->is_video_started) {
|
if(g_RemoteControl->is_video_started) {
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
|
Reference in New Issue
Block a user