some of the actions I came up with
This commit is contained in:
parent
5112b62704
commit
89d09297f0
1 changed files with 24 additions and 0 deletions
24
util/epist/actions.hh
Normal file
24
util/epist/actions.hh
Normal 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
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue