aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-18 01:14:43 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-18 01:14:43 +0300
commit0d10c269d24e3b227f118c6b23b88940e9ead4ad (patch)
tree4bcca4f5a8b114040459fb64528f3a53fd424178 /README
parentc7dae22087ceb47b27ca9d58c0873e588bfd04e6 (diff)
Document KEYCMDN
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index e170e67..cff649e 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