aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-19 09:33:42 (GMT)
committerfluxgen <fluxgen>2002-04-19 09:33:42 (GMT)
commit9b8c02c54298b36e05ea266e80a26960b540c8f6 (patch)
tree3a87c11f1274fc7576acbdc6fef4bb86dbf258ad /src/Keys.cc
parent7c2c942f3c545e2fb1e298aa1190485103014c77 (diff)
downloadfluxbox-9b8c02c54298b36e05ea266e80a26960b540c8f6.zip
fluxbox-9b8c02c54298b36e05ea266e80a26960b540c8f6.tar.bz2
added ToggleTab
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 7e0d907..a8af404 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.14 2002/04/09 09:40:18 fluxgen Exp $ 22//$Id: Keys.cc,v 1.15 2002/04/19 09:33:42 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 {"ToggleTab", TOGGLETAB},
126 {"RootMenu", ROOTMENU}, 127 {"RootMenu", ROOTMENU},
127 {0, LASTKEYGRAB} 128 {0, LASTKEYGRAB}
128 }; 129 };