From 0d10c269d24e3b227f118c6b23b88940e9ead4ad Mon Sep 17 00:00:00 2001 From: DuClare Date: Mon, 18 May 2009 01:14:43 +0300 Subject: Document KEYCMDN --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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 This sets the interactive command buffer to ``. 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 +Like KEYCMD, but also emulates a press of return which causes binds with an asterisk or underscore to execute. (See sample config) ### ACTIONS -- cgit v1.2.3