From 93e500e6eb062ce15cd34a498cb10f3bb27810d9 Mon Sep 17 00:00:00 2001 From: sqweek Date: Sat, 29 Sep 2007 01:08:57 +0800 Subject: [PATCH] Fixed MOD-Control-t to actually toggle keybinds instead of just erasing them (thanks niteling) --- rc/wmiirc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/wmiirc.sh b/rc/wmiirc.sh index 2c988a55..7d1d1f2a 100644 --- a/rc/wmiirc.sh +++ b/rc/wmiirc.sh @@ -100,7 +100,7 @@ eventstuff() { Key $MODKEY-Control-t case $(wmiir read /keys | wc -l | tr -d ' \t\n') in 0|1) - echo -n \$Keys | tr ' ' '\012' | wmiir write /keys + echo -n $Keys | tr ' ' '\012' | wmiir write /keys wmiir xwrite /ctl grabmod $MODKEY;; *) wmiir xwrite /keys $MODKEY-Control-t