From c804a5a092c6e6b312ca37fb3240673bddd5e657 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Wed, 17 Jul 2002 00:40:10 +0000 Subject: [PATCH] added some notes about a config file format --- util/epist/DESIGN | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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. + + -- 2.39.2