mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
keybind_setup: add possibility to disable/enable some special keys
Origin commit data
------------------
Commit: ea66aaaf8f
Author: tomworld <atzeworld@msn.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Origin message was:
------------------
- keybind_setup: add possibility to disable/enable some special keys
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user