diff options
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Keys.hh b/src/Keys.hh index bfe3222..c0a6d6c 100644 --- a/src/Keys.hh +++ b/src/Keys.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // Keys.hh for Fluxbox - an X11 Window manager | 1 | // Keys.hh for Fluxbox - an X11 Window manager |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen at linuxmail.org) | 2 | // Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at linuxmail.org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -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.hh,v 1.20 2003/02/28 23:37:41 fluxgen Exp $ | 22 | // $Id: Keys.hh,v 1.21 2003/04/14 12:10:14 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef KEYS_HH | 24 | #ifndef KEYS_HH |
25 | #define KEYS_HH | 25 | #define KEYS_HH |
@@ -51,6 +51,7 @@ public: | |||
51 | LEFTWORKSPACE, RIGHTWORKSPACE, | 51 | LEFTWORKSPACE, RIGHTWORKSPACE, |
52 | KILLWINDOW, NEXTWINDOW, PREVWINDOW, | 52 | KILLWINDOW, NEXTWINDOW, PREVWINDOW, |
53 | NEXTTAB, PREVTAB, FIRSTTAB, LASTTAB, MOVETABPREV, MOVETABNEXT, | 53 | NEXTTAB, PREVTAB, FIRSTTAB, LASTTAB, MOVETABPREV, MOVETABNEXT, |
54 | ATTACHLAST, DETACHCLIENT, | ||
54 | SHADE, MAXIMIZE, | 55 | SHADE, MAXIMIZE, |
55 | STICK, // Make Sticky | 56 | STICK, // Make Sticky |
56 | EXECUTE, // Run command | 57 | EXECUTE, // Run command |