aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-19 12:49:31 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-19 12:49:31 +0100
commit6e04841f1143eaf21e5b9647144eee4184aaf6a0 (patch)
tree6529998a12037f98d9a35174f5b1246029f79d0f /README
parent87912a756633806cc8fb1d1b19a41109fe4fb86a (diff)
Revert "Merge branch 'dieter/experimental' into experimental"
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index bf4b35c..b46c236 100644
--- a/README
+++ b/README
@@ -129,9 +129,6 @@ 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