diff options
author | fluxgen <fluxgen> | 2003-04-14 12:13:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-14 12:13:36 (GMT) |
commit | f4ce449632eeb85aaeae63f32a7165d71047cde0 (patch) | |
tree | 22c3cf8815c69cf4397d0567fd07327e988f9981 /src/Keys.cc | |
parent | 0c895209d2d1425389100e6be734b960475c6883 (diff) | |
download | fluxbox_pavel-f4ce449632eeb85aaeae63f32a7165d71047cde0.zip fluxbox_pavel-f4ce449632eeb85aaeae63f32a7165d71047cde0.tar.bz2 |
merged with embedded-tab-branch
Diffstat (limited to 'src/Keys.cc')
-rw-r--r-- | src/Keys.cc | 4 |
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}, |