aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-18 22:01:30 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-18 22:01:30 +0100
commit992230601106aadf0146cb022cd240136ae2f261 (patch)
tree97ddf5a50943ddc5deb28e4beaea56dbb9ee68e0 /README
parent7e301b27e4e61e0c1bd1bc40f1008608969033e6 (diff)
parent30131ffa360fc398e8b6393159f992f1adf89af1 (diff)
Merge branch 'dieter/experimental' into experimental
Conflicts: uzbl.c uzbl.h
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index b46c236..bf4b35c 100644
--- a/README
+++ b/README
@@ -129,6 +129,9 @@ This tells uzbl to execute an action immediately. The simplest example of this
KEYCMD <string>
This sets the interactive command buffer to `<string>`. Keycmd is primarily useful for scripts that help you type a command while still letting you edit it before execution.
For example, if you have a binding like "o _" that opens an URL, then you could create a binding `O` that spawns a script which will set the command buffer to "o current-uri-here", letting you enter relative URLs easily.
+
+ KEYCMDN <string>
+Like KEYCMD, but also emulates a press of return which causes binds with an asterisk or underscore to execute.
(See sample config)
### ACTIONS