aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-24 22:18:53 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-24 22:18:53 +0100
commit116a0b1459f56c9727bfdf056f37930332dbf6ba (patch)
treeb613a6823c8050d5befca376b14b2a422e087e9c
parent7dd87689405b9772d3b3c3a0892252b33dd50054 (diff)
parent5e012e22c2733fcf89daa38c3c02da34e5f9d3b2 (diff)
Merge branch 'experimental' of github.com:Dieterbe/uzbl into experimental
-rw-r--r--examples/config/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/config/config b/examples/config/config
index 8786e8b..de01cf3 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -306,8 +306,8 @@ set toggle_cmd_ins = @toggle_modes command insert
@cbind P = sh 'echo "uri `xclip -selection clipboard -o | sed s/\\\@/%40/g`" > $4'
# Start a new uzbl instance from the page in primary selection
@cbind 'p = sh 'exec uzbl-browser --uri $(xclip -o)'
-# paste primary selection into keycmd
-@bind <Shift-Insert> = sh 'echo "event APPEND_KEYCMD `xclip -o | sed s/\\\@/%40/g`" > $4'
+# paste primary selection into keycmd at the cursor position
+@bind <Shift-Insert> = sh 'echo "event INJECT_KEYCMD `xclip -o | sed s/\\\@/%40/g`" > $4'
# --- Bookmark inserting binds ---
@cbind <Ctrl>b<tags:>_ = sh 'echo -e "$6 %s" >> $XDG_DATA_HOME/uzbl/bookmarks'