X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=ac6d62b5f2c75b466d94fcb93212f05742f75d70;hb=217488ee3e1a7246bdfadb6a56f83a4a50a7c180;hp=8a7385e11b1e5b415174f4c57eb32e8d96add72c;hpb=6d40002093a5d8e665d4f310ea028d22e93e88cb;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 8a7385e1..ac6d62b5 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -1,5 +1,5 @@ -// -*- mode: C++; indent-tabs-mode: nil; -*- -// actions.hh for Epistophy - a key handler for NETWM/EWMH window managers. +// -*- 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 // // Permission is hereby granted, free of charge, to any person obtaining a @@ -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 };