mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-17 18:33:35 +02:00
neutrino: add additional key to leave standby mode; unify standby locales
This re-adds an old feature from dbox2, but uses a more configurable way
Origin commit data
------------------
Branch: ni/coolstream
Commit: cd6d3bcad1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-20 (Fri, 20 Jul 2018)
Origin message was:
------------------
- neutrino: add additional key to leave standby mode; unify standby locales
This re-adds an old feature from dbox2, but uses a more configurable way
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1036,6 +1036,7 @@ typedef enum
|
||||
LOCALE_KEYBINDINGMENU_REPEATBLOCKGENERIC,
|
||||
LOCALE_KEYBINDINGMENU_SORT,
|
||||
LOCALE_KEYBINDINGMENU_SPECIAL_ACTIVE,
|
||||
LOCALE_KEYBINDINGMENU_STANDBYOFF_ADD,
|
||||
LOCALE_KEYBINDINGMENU_SUBCHANNELDOWN,
|
||||
LOCALE_KEYBINDINGMENU_SUBCHANNELUP,
|
||||
LOCALE_KEYBINDINGMENU_TVRADIOMODE,
|
||||
@@ -1380,6 +1381,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_KEY_SCREENSHOT,
|
||||
LOCALE_MENU_HINT_KEY_SORT,
|
||||
LOCALE_MENU_HINT_KEY_SPECIAL_ACTIVE,
|
||||
LOCALE_MENU_HINT_KEY_STANDBYOFF_ADD,
|
||||
LOCALE_MENU_HINT_KEY_SUBCHANNELDOWN,
|
||||
LOCALE_MENU_HINT_KEY_SUBCHANNELUP,
|
||||
LOCALE_MENU_HINT_KEY_TIMESHIFT,
|
||||
|
@@ -1036,6 +1036,7 @@ const char * locale_real_names[] =
|
||||
"keybindingmenu.repeatblockgeneric",
|
||||
"keybindingmenu.sort",
|
||||
"keybindingmenu.special_active",
|
||||
"keybindingmenu.standbyoff_add",
|
||||
"keybindingmenu.subchanneldown",
|
||||
"keybindingmenu.subchannelup",
|
||||
"keybindingmenu.tvradiomode",
|
||||
@@ -1380,6 +1381,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_key_screenshot",
|
||||
"menu.hint_key_sort",
|
||||
"menu.hint_key_special_active",
|
||||
"menu.hint_key_standbyoff_add",
|
||||
"menu.hint_key_subchanneldown",
|
||||
"menu.hint_key_subchannelup",
|
||||
"menu.hint_key_timeshift",
|
||||
|
@@ -546,6 +546,7 @@ struct SNeutrinoSettings
|
||||
int key_list_start;
|
||||
int key_list_end;
|
||||
int key_power_off;
|
||||
int key_standby_off_add;
|
||||
int menu_left_exit;
|
||||
int timeshift_pause;
|
||||
int auto_timeshift;
|
||||
|
Reference in New Issue
Block a user