From 081c95aee6d6490fdaf67e22c3d6245009462908 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 1 Dec 2010 12:09:13 -0700 Subject: positional arguments still exist: fix download.sh, follow.sh and the formfiller --- examples/data/scripts/follow.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/data/scripts/follow.sh') diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh index d1560bf..2d666a2 100755 --- a/examples/data/scripts/follow.sh +++ b/examples/data/scripts/follow.sh @@ -3,6 +3,8 @@ # This script is just a wrapper around follow.js that lets us change uzbl's mode # after a link is selected. +shift 7 + # if socat is installed then we can change Uzbl's input mode once a link is # selected; otherwise we just select a link. if ! which socat >/dev/null 2>&1; then -- cgit v1.2.3