X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2FDESIGN;h=b487b133d750bff7660f1dc89520da6b9277b0d5;hb=b94699afc339c469534521c44470aa6d19e5b4cc;hp=d9d03531c29ca06611ad39e1fea7a575ab0ee0f7;hpb=b10d59dabb5dfd5f3beb2fe71c39b4ee0a3dc5fc;p=chaz%2Fopenbox diff --git a/util/epist/DESIGN b/util/epist/DESIGN index d9d03531..b487b133 100644 --- a/util/epist/DESIGN +++ b/util/epist/DESIGN @@ -29,4 +29,27 @@ class Action { int param; Action next; } - + +option ; + +action [name] ; + +chain [name] { + , + , + ... + } + +eg: + action emacs C-e exec emacs; + action C-a exec aterm -fn smoothansi; + action xmms C-x exec xmms; + +chain M-q { + emacs, + xmms + } + +Would produce M-q C-e -> emacs, M-q C-x -> xmms, C-a -> aterm. + +