aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-06-08 14:32:28 (GMT)
committerrathnor <rathnor>2003-06-08 14:32:28 (GMT)
commit81e4fe8d44a3f0bd8c104127d7785badab6f2bc8 (patch)
tree9258d23bdc8e8c9197075b3635e69bfde7565d15 /src/Keys.hh
parent93b2f8921c70e2cf5f2f2c3cf79943de54b6709b (diff)
downloadfluxbox-81e4fe8d44a3f0bd8c104127d7785badab6f2bc8.zip
fluxbox-81e4fe8d44a3f0bd8c104127d7785badab6f2bc8.tar.bz2
add reconfigure and restart keys
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index d0eb344..b78f7e7 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Keys.hh,v 1.23 2003/04/20 12:21:35 rathnor Exp $ 22// $Id: Keys.hh,v 1.24 2003/06/08 14:32:28 rathnor Exp $
23 23
24#ifndef KEYS_HH 24#ifndef KEYS_HH
25#define KEYS_HH 25#define KEYS_HH
@@ -64,6 +64,8 @@ public:
64 TOGGLEDECOR,// toggle visibility of decor (title, frame, handles) 64 TOGGLEDECOR,// toggle visibility of decor (title, frame, handles)
65 TOGGLETAB, // toggle visibilty of tab 65 TOGGLETAB, // toggle visibilty of tab
66 ROOTMENU, // pop up rootmenu 66 ROOTMENU, // pop up rootmenu
67 RECONFIGURE, // reload configuration
68 RESTART, // restart fluxbox
67 QUIT, // Die, quit, logout, shutdown 69 QUIT, // Die, quit, logout, shutdown
68 LASTKEYGRAB //mark end of keygrabbs 70 LASTKEYGRAB //mark end of keygrabbs
69 }; 71 };
@@ -108,7 +110,7 @@ public:
108 */ 110 */
109 const char *getActionStr(KeyAction action); 111 const char *getActionStr(KeyAction action);
110 /** 112 /**
111 Get command to execute (key action EXECUTE) 113 Get command to execute (key action EXECUTE/RESTART)
112 @return string to command 114 @return string to command
113 */ 115 */
114 const std::string &getExecCommand() { return m_execcmdstring; } 116 const std::string &getExecCommand() { return m_execcmdstring; }