From cfbc480c78da072174b8df70d776f6c057a048c0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 26 Mar 2012 21:09:48 -0400 Subject: Mirror follow bindings for following text content --- examples/config/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/config/config b/examples/config/config index febfba0..c22178b 100644 --- a/examples/config/config +++ b/examples/config/config @@ -362,6 +362,11 @@ set follow_hint_keys = 0123456789 @cbind FL* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 'returnuri') >\@ clipboard @cbind fi = spawn @scripts_dir/go_input.sh +@cbind ft* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'returnuri') >\@ set +@cbind fT* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'click') >\@ +@cbind Ft* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'newwindow') >\@ +@cbind FT* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'returnuri') >\@ clipboard + @cbind '* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'click') >\@ # Form filler binds -- cgit v1.2.3