X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=ac6d62b5f2c75b466d94fcb93212f05742f75d70;hb=b683a4e0efe470ab38b75a767b4ea2abf004626a;hp=afe508168a369f7605276f99283ce2c6bae94ca2;hpb=5b088be950ce6e6a496b573e81dabeb54bd740ef;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index afe50816..ac6d62b5 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 @@ -40,8 +39,8 @@ public: raise, //done lower, //done close, //done - toggleshade, //done - toggleomnipresent, //done + toggleShade, //done + toggleOmnipresent, //done moveWindowUp, //done moveWindowDown, //done moveWindowLeft, //done @@ -68,22 +67,34 @@ 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 // these are openbox extensions showRootMenu, showWorkspaceMenu, + toggleDecorations, + toggleGrabs, stringChain, keyChain, numberChain, - cancel, + cancelChain, //done NUM_ACTIONS };