aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-19 14:19:39 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-19 14:19:39 +0100
commit6996b4db8de1f2ab00819098d234f44bf8e13bba (patch)
tree4d862b3c5f4288f2360a16ded668292695ecbe7d /examples/configs
parent6e04841f1143eaf21e5b9647144eee4184aaf6a0 (diff)
parent757b51da21442ffc4f3b39dfe173999bfcb8a3c8 (diff)
Merge branch 'experimental' of git://github.com/DuClare/uzbl into experimental
Conflicts: uzbl.c uzbl.h This breaks run_external_js() - segfault
Diffstat (limited to 'examples/configs')
-rw-r--r--examples/configs/sampleconfig-dev3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index a83589f..a8a1672 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -103,7 +103,8 @@ bind S = js alert("hi");
# you must enclose it in quotes. Remember to escape (and double-escape) quotes and backslashes
# in the body. Any additional parameters you use will appear AFTER the default parameters (cfg file
# path, fifo & socket dirs, etc.)
-bind XS = sh 'echo "act script alert (\'This is sent by the shell via a fifo\')" > "$4"'
+bind XS = sh 'echo "act script alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
+
# Keyboard based link following: work in progress! No C DOM bindings yet, no click() event for hyperlinks so no referrer set..Quite basic but does the job for now...
#hit F to toggle the Hints (now in form of link numbering)
bind F= script ./examples/scripts/hint.js