aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-12 15:51:37 (GMT)
committersimonb <simonb>2006-04-12 15:51:37 (GMT)
commit33079d2593a7a598446cc837fc39eb2a914ebb1f (patch)
tree40c8793a180835ee46dfdae0e336340df9788c69 /src/FbCommands.hh
parent48579408d19fe0042a32f9634e6518b2eca3671c (diff)
downloadfluxbox-33079d2593a7a598446cc837fc39eb2a914ebb1f.zip
fluxbox-33079d2593a7a598446cc837fc39eb2a914ebb1f.tar.bz2
add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org
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();