diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 023ff02..8ac40fa 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -96,6 +96,14 @@ private: | |||
96 | std::string m_filename; | 96 | std::string m_filename; |
97 | }; | 97 | }; |
98 | 98 | ||
99 | class SetModKeyCmd: public FbTk::Command { | ||
100 | public: | ||
101 | explicit SetModKeyCmd(const std::string& modkey); | ||
102 | void execute(); | ||
103 | private: | ||
104 | std::string m_modkey; | ||
105 | }; | ||
106 | |||
99 | class KeyModeCmd: public FbTk::Command { | 107 | class KeyModeCmd: public FbTk::Command { |
100 | public: | 108 | public: |
101 | explicit KeyModeCmd(const std::string &arguments); | 109 | explicit KeyModeCmd(const std::string &arguments); |