From: Dana Jansens Date: Fri, 12 Jul 2002 16:34:51 +0000 (+0000) Subject: more actions X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=09591a9a22fa697bc81cdf8047e7de1e36f1d9e1;p=chaz%2Fopenbox more actions --- diff --git a/util/epist/actions.hh b/util/epist/actions.hh index ed96fe8f..a61319c3 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -6,14 +6,29 @@ 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,