diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 9 |
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 | ||
99 | class KeyModeCmd: public FbTk::Command { | ||
100 | public: | ||
101 | explicit KeyModeCmd(const std::string &arguments); | ||
102 | void execute(); | ||
103 | private: | ||
104 | std::string m_keymode; | ||
105 | std::string m_end_args; | ||
106 | }; | ||
107 | |||
99 | class ShowRootMenuCmd: public FbTk::Command { | 108 | class ShowRootMenuCmd: public FbTk::Command { |
100 | public: | 109 | public: |
101 | void execute(); | 110 | void execute(); |