aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-09 09:40:18 (GMT)
committerfluxgen <fluxgen>2002-04-09 09:40:18 (GMT)
commitb7ca86795e60c0d5f11a75c7ac1b1235f7d3b4fe (patch)
treec4c9437d8764870a32d19d044fe97cb6d09b9c24 /src/Keys.cc
parent45364e82b303bc05df73019b13e840b36f44bd34 (diff)
downloadfluxbox-b7ca86795e60c0d5f11a75c7ac1b1235f7d3b4fe.zip
fluxbox-b7ca86795e60c0d5f11a75c7ac1b1235f7d3b4fe.tar.bz2
added RootMenu action
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 9b15afb..7e0d907 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -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.cc,v 1.13 2002/03/18 20:25:42 fluxgen Exp $ 22//$Id: Keys.cc,v 1.14 2002/04/09 09:40:18 fluxgen Exp $
23 23
24#ifdef HAVE_CONFIG_H 24#ifdef HAVE_CONFIG_H
25# include "config.h" 25# include "config.h"
@@ -123,6 +123,7 @@ Keys::t_actionstr Keys::m_actionlist[] = {
123 {"HorizontalDecrement", HORIZDEC}, 123 {"HorizontalDecrement", HORIZDEC},
124 {"VerticalDecrement", VERTDEC}, 124 {"VerticalDecrement", VERTDEC},
125 {"ToggleDecor", TOGGLEDECOR}, 125 {"ToggleDecor", TOGGLEDECOR},
126 {"RootMenu", ROOTMENU},
126 {0, LASTKEYGRAB} 127 {0, LASTKEYGRAB}
127 }; 128 };
128 129