aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
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.hh
parent7c2c942f3c545e2fb1e298aa1190485103014c77 (diff)
downloadfluxbox-9b8c02c54298b36e05ea266e80a26960b540c8f6.zip
fluxbox-9b8c02c54298b36e05ea266e80a26960b540c8f6.tar.bz2
added ToggleTab
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index 31f4734..0b6e862 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -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.10 2002/04/09 09:40:18 fluxgen Exp $ 22// $Id: Keys.hh,v 1.11 2002/04/19 09:33:42 fluxgen Exp $
23 23
24#ifndef KEYS_HH 24#ifndef KEYS_HH
25#define KEYS_HH 25#define KEYS_HH
@@ -53,6 +53,7 @@ public:
53 BIGNUDGERIGHT, BIGNUDGELEFT, BIGNUDGEUP, BIGNUDGEDOWN, 53 BIGNUDGERIGHT, BIGNUDGELEFT, BIGNUDGEUP, BIGNUDGEDOWN,
54 HORIZINC, VERTINC, HORIZDEC, VERTDEC, 54 HORIZINC, VERTINC, HORIZDEC, VERTDEC,
55 TOGGLEDECOR, 55 TOGGLEDECOR,
56 TOGGLETAB,
56 ROOTMENU, 57 ROOTMENU,
57 LASTKEYGRAB 58 LASTKEYGRAB
58 }; 59 };