aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 1783c3a..023ff02 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -96,6 +96,15 @@ private:
96 std::string m_filename; 96 std::string m_filename;
97}; 97};
98 98
99class KeyModeCmd: public FbTk::Command {
100public:
101 explicit KeyModeCmd(const std::string &arguments);
102 void execute();
103private:
104 std::string m_keymode;
105 std::string m_end_args;
106};
107
99class ShowRootMenuCmd: public FbTk::Command { 108class ShowRootMenuCmd: public FbTk::Command {
100public: 109public:
101 void execute(); 110 void execute();