X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=a61319c32f8f2b1c3e86b54acbd690b557a31232;hb=014a3330e843387961cdcf3138da0f4b8b7deca3;hp=e19c204bdcec833125fbb61b7f7d9ea5f9c967ba;hpb=89d09297f0ef3d2db648a756f62a57bf2be317df;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index e19c204b..a61319c3 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -6,19 +6,36 @@ enum ActionType { raiseWindow, lowerWindow, closeWindow, - changeDesktop, shade, moveWindowUp, moveWindowDown, - moveLeft, - moveRight, + moveWindowLeft, + moveWindowRight, nextWindow, prevWindow, + nextWindow, + prevWindow, + nextWindowOnAllDesktops, + prevWindowOnAllDesktops, + + nextWindowOfClass, + prevWindowOfClass, + + changeDesktop, + nextDesktop, + prevDesktop, + + // these are openbox extensions + showRootMenu, + showWorkspaceMenu, + stringChain, keyChain, numberChain, - cancel + cancel, + + NUM_ACTIONS };