- keybind_setup: add possibility to disable/enable some special keys

This commit is contained in:
tomworld
2013-07-12 15:50:30 +02:00
committed by svenhoefer
parent c866bf0866
commit ea66aaaf8f
9 changed files with 76 additions and 4 deletions

View File

@@ -80,6 +80,9 @@ class CKeybindSetup : public CMenuTarget, public CChangeObserver
KEY_PIP_CLOSE,
KEY_PIP_SETUP,
KEY_PIP_SWAP,
KEY_FORMAT_MODE,
KEY_PIC_MODE,
KEY_PIC_SIZE,
KEYBINDS_COUNT
};
@@ -95,6 +98,7 @@ class CKeybindSetup : public CMenuTarget, public CChangeObserver
void showKeyBindChannellistSetup(CMenuWidget *bindSettings_chlist);
void showKeyBindQuickzapSetup(CMenuWidget *bindSettings_qzap);
void showKeyBindMovieplayerSetup(CMenuWidget *bindSettings_mplayer);
void showKeyBindSpecialSetup(CMenuWidget *bindSettings_special);
public:
CKeybindSetup();