aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-02-27 11:57:05 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-02-27 11:57:05 +0100
commit588957feac6aa6b5dc1e3ffd8df3a97df8c39fd6 (patch)
treed5a69e160454381311bee8c8ed1a646cfac9ae98
parent5ce01dc63f09a8dd5ee7e85cfcc81ac19d8da722 (diff)
explain <Ctrl><Alt>t binding
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index efab5c5..cd6a0c0 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -267,7 +267,7 @@ set preset = event PRESET_TABS
@cbind !dump = sh "echo dump_config > $4"
# Reload config
@cbind !reload = sh "sed '/^# === Post-load misc commands/,$d' $1 > $4"
-# Uzbl Terminal. TODO explain why this is useful
+# If you want to see all events being triggered:
@cbind <Ctrl><Alt>t = sh 'xterm -e "socat unix-connect:$5 -"'
#@cbind <Ctrl><Alt>t = sh 'urxvt -e socat unix-connect:$5 -'