From bd05f7ec58f3e1f5839c372ad4fb007a8d8866f5 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Wed, 21 Aug 2002 00:27:16 +0000 Subject: uber patch. Added configuration options. Added workspace grid changing. Added keychain timeouts. Fixed some whitespace. --- util/epist/actions.hh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'util/epist/actions.hh') diff --git a/util/epist/actions.hh b/util/epist/actions.hh index afe50816..f2d5423a 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -1,4 +1,4 @@ -// -*- mode: C++; indent-tabs-mode: nil; -*- +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- // actions.hh for Epistrophy - a key handler for NETWM/EWMH window managers. // Copyright (c) 2002 - 2002 Ben Jansens // @@ -32,7 +32,6 @@ extern "C" { class Action { public: - // xOr: this is crap. enum ActionType { noaction = 0, execute, //done @@ -68,10 +67,20 @@ public: nextWindowOfClassOnAllWorkspaces, //done for now prevWindowOfClassOnAllWorkspaces, //done for now + upWindow, + downWindow, + leftWindow, + rightWindow, + changeWorkspace, //done nextWorkspace, //done prevWorkspace, //done + upWorkspace, //all done + downWorkspace, + leftWorkspace, + rightWorkspace, + nextScreen, //done for now prevScreen, //done for now @@ -83,7 +92,7 @@ public: keyChain, numberChain, - cancel, + cancelChain, //done NUM_ACTIONS }; -- cgit v1.2.3