aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-18 23:17:41 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-18 23:17:41 +0200
commit5578476f343cd4323f42ca24813ad307aae1f817 (patch)
tree2aed5e0ca5093fdb72136a92eb8a5e1ea1170bf1 /README
parent32c6afd652de21046e3b31aa4854e123345b60ea (diff)
changed menu_add syntay to: menu_add <label> = <command>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index caebf8b..4672326 100644
--- a/README
+++ b/README
@@ -164,15 +164,12 @@ The following commands are recognized:
- update the contents of the status and title bars
* `event <event_name> [event_details]`
- send custom event
-* menu_add <label> [uzbl command]
+* menu_add <label> = <uzbl command>
- add a new entry "label" that will execute "uzbl command" to the right click menu
- - NOTE: you will need to quote 'label' and 'uzbl command' if they contain any spaces
* menu_add_separator <label>
- adds a separator line to the right click menu
- - no qouting needed
* menu_remove <label>
- removes the entry "label" from the right click menu
- - no quoting needed
### VARIABLES AND CONSTANTS