aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 20677cd..8d705c1 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.23 2003/02/28 23:55:37 fluxgen Exp $ 22//$Id: Keys.cc,v 1.24 2003/04/14 12:10:16 fluxgen Exp $
23 23
24 24
25#include "Keys.hh" 25#include "Keys.hh"
@@ -108,6 +108,8 @@ Keys::t_actionstr Keys::m_actionlist[] = {
108 {"LastTab", LASTTAB}, 108 {"LastTab", LASTTAB},
109 {"MoveTabPrev", MOVETABPREV}, 109 {"MoveTabPrev", MOVETABPREV},
110 {"MoveTabNext", MOVETABNEXT}, 110 {"MoveTabNext", MOVETABNEXT},
111 {"AttachLast", ATTACHLAST},
112 {"DetachClient", DETACHCLIENT},
111 {"ShadeWindow", SHADE}, 113 {"ShadeWindow", SHADE},
112 {"MaximizeWindow", MAXIMIZE}, 114 {"MaximizeWindow", MAXIMIZE},
113 {"StickWindow", STICK}, 115 {"StickWindow", STICK},