diff options
Diffstat (limited to 'util/epist/actions.hh')
| -rw-r--r-- | util/epist/actions.hh | 15 |
1 files changed, 12 insertions, 3 deletions
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 <ben at orodu.net> // @@ -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 }; |
