summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorniallo <niallo>2007-06-26 19:34:26 +0000
committerniallo <niallo>2007-06-26 19:34:26 +0000
commita1d4169eb318f504f3a869ec429517de25eb5427 (patch)
tree1812ecd40728155f98ea4e415efa34e152f6bcf9 /conf.c
parent80d08270b87adce365904cfa43a8135cf7b13fb1 (diff)
downloadcwm-a1d4169eb318f504f3a869ec429517de25eb5427.tar.gz
cwm-a1d4169eb318f504f3a869ec429517de25eb5427.tar.xz
cwm-a1d4169eb318f504f3a869ec429517de25eb5427.zip
modify "exec" dialog so that it auto-completes based on executables in
_PATH_DEFPATH

add an "ssh-to" dialog which auto-completes based on contents of
 ~/.ssh/known_hosts (M-.)

testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@
mk@ and David Cathcart <david at cathcart.cx>

ok todd@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 011ed80..299d480 100644
--- a/conf.c
+++ b/conf.c
@@ -189,6 +189,7 @@ conf_setup(struct conf *c)
 		conf_bindkey(c, kbfunc_lock,
 		    XK_Delete, ControlMask|Mod1Mask, 0, NULL);
 		conf_bindkey(c, kbfunc_exec, XK_question, Mod1Mask, 0, NULL);
+		conf_bindkey(c, kbfunc_ssh, XK_period, Mod1Mask, 0, NULL);
 		conf_bindkey(c, kbfunc_client_hide,
 		    XK_Return, Mod1Mask, KBFLAG_NEEDCLIENT, 0);
 		conf_bindkey(c, kbfunc_client_lower,