mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- Switchover remote control neo1 / neo2 (Main Menu -> Settings -> Key Setup -> Remote Control NEO1 off/on)
- Fixed volume control bug (CRCInput::RC_right / CRCInput::RC_left) git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1769 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -641,6 +641,7 @@ typedef enum
|
||||
LOCALE_IPSETUP_HINT_1,
|
||||
LOCALE_IPSETUP_HINT_2,
|
||||
LOCALE_KEYBINDINGMENU_RC,
|
||||
LOCALE_KEYBINDINGMENU_RC_NEO1,
|
||||
LOCALE_KEYBINDINGMENU_ADDRECORD,
|
||||
LOCALE_KEYBINDINGMENU_ADDREMIND,
|
||||
LOCALE_KEYBINDINGMENU_ALLCHANNELS_ON_OK,
|
||||
|
@@ -641,6 +641,7 @@ const char * locale_real_names[] =
|
||||
"ipsetup.hint_1",
|
||||
"ipsetup.hint_2",
|
||||
"keybindingmenu.RC",
|
||||
"keybindingmenu.RC_NEO1",
|
||||
"keybindingmenu.addrecord",
|
||||
"keybindingmenu.addremind",
|
||||
"keybindingmenu.allchannels_on_ok",
|
||||
|
@@ -328,6 +328,7 @@ struct SNeutrinoSettings
|
||||
|
||||
char repeat_blocker[4];
|
||||
char repeat_genericblocker[4];
|
||||
int remote_control_neo1;
|
||||
int audiochannel_up_down_enable;
|
||||
|
||||
//screen configuration
|
||||
|
Reference in New Issue
Block a user