diff options
Diffstat (limited to 'src/Keys.cc')
-rw-r--r-- | src/Keys.cc | 3 |
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 | }; |