commit 93e500e6eb062ce15cd34a498cb10f3bb27810d9
parent 88277eb6c74051e209e575d7bd213a0f3c2bc9f8
Author: sqweek <sqweek@gmail.com>
Date: Sat, 29 Sep 2007 01:08:57 +0800
Fixed MOD-Control-t to actually toggle keybinds instead of just erasing them (thanks niteling)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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