some of the actions I came up with

This commit is contained in:
Scott Moynes 2002-07-12 03:03:55 +00:00
parent 5112b62704
commit 89d09297f0

24
util/epist/actions.hh Normal file
View file

@ -0,0 +1,24 @@
// xOr: this is crap.
enum ActionType {
noaction = 0,
execute,
iconify,
raiseWindow,
lowerWindow,
closeWindow,
changeDesktop,
shade,
moveWindowUp,
moveWindowDown,
moveLeft,
moveRight,
nextWindow,
prevWindow,
stringChain,
keyChain,
numberChain,
cancel
};