changed teh builtin bindings.. :)

This commit is contained in:
Dana Jansens 2002-07-20 18:04:48 +00:00
parent aa34774d4c
commit a16ae87339

View file

@ -160,8 +160,8 @@ epist::epist(char **argv, char *dpy_name, char *rc_file)
Mod1Mask | ControlMask | ShiftMask, 3));
_actions.push_back(Action(Action::execute,
XKeysymToKeycode(getXDisplay(),
XStringToKeysym("F6")),
Mod1Mask, "aterm"));
XStringToKeysym("space")),
Mod1Mask, "rxvt"));
activateGrabs();
}