X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=util%2Fepist%2Factions.hh;h=f2d5423ab3552aa9a2a4553af3c3a5fc96f0386d;hb=bd05f7ec58f3e1f5839c372ad4fb007a8d8866f5;hp=afe508168a369f7605276f99283ce2c6bae94ca2;hpb=5b088be950ce6e6a496b573e81dabeb54bd740ef;p=chaz%2Fopenbox 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 };