diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:17:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:17:23 +0000 |
| commit | 5bf463ea955bd7e27b1f04a1eefb28ec52309cb8 (patch) | |
| tree | fb22192458db019ece0791df16ec45ebdab35fc2 /util/epist/epist.cc | |
| parent | c9be3ee06121bc4d0dec3586918607f18dabdb89 (diff) | |
add the ability to close a window
Diffstat (limited to 'util/epist/epist.cc')
| -rw-r--r-- | util/epist/epist.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 3fb06463..feb6cd4c 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -88,6 +88,10 @@ epist::epist(char **argv, char *dpy_name, char *rc_file) XKeysymToKeycode(getXDisplay(), XStringToKeysym("F5")), Mod1Mask)); + _actions.push_back(Action(Action::close, + XKeysymToKeycode(getXDisplay(), + XStringToKeysym("F4")), + Mod1Mask)); _actions.push_back(Action(Action::nextWindow, XKeysymToKeycode(getXDisplay(), XStringToKeysym("Tab")), |
