Added i to bring up programming info
This commit is contained in:
parent
56a802b502
commit
ee8bf2dd0b
2 changed files with 8 additions and 2 deletions
|
|
@ -374,6 +374,11 @@ static void handle_event(App *app, const SDL_Event *event) {
|
|||
tune_relative(app, -1);
|
||||
}
|
||||
break;
|
||||
case SDLK_i:
|
||||
if (app->mode == MODE_FULLSCREEN) {
|
||||
app->channel_banner_until = SDL_GetTicks() + CHANNEL_BANNER_DURATION_MS;
|
||||
}
|
||||
break;
|
||||
case SDLK_LEFT:
|
||||
browse_guide_time(app, -GUIDE_BROWSE_STEP_MINUTES);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue