aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-19 15:26:46 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-19 15:26:46 +0200
commitca4d8aa5ade15615ae2cbc4560560cf735cbb2e1 (patch)
treef408ca9911b2c6ee370d4f7ccd8b770deedd327a /README
parent5578476f343cd4323f42ca24813ad307aae1f817 (diff)
added menu_* commands for all contexts
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index 4672326..8ae76a7 100644
--- a/README
+++ b/README
@@ -164,12 +164,18 @@ 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>
- - add a new entry "label" that will execute "uzbl command" to the right click menu
-* menu_add_separator <label>
- - adds a separator line to the right click menu
-* menu_remove <label>
- - removes the entry "label" from the right click menu
+* menu_add <label> = <uzbl command>
+* menu_link_add <label> = <uzbl command>
+* menu_image_add <label> = <uzbl command>
+ - add a new entry "label" that will execute "uzbl command" to one of the right click context menus
+* menu_separator <label>
+* menu_link_separator <label>
+* menu_image_separator <label>
+ - adds a separator line to one of the right click context menus
+* menu_remove <label>
+* menu_link_remove <label>
+* menu_image_remove <label>
+ - removes the entry "label" from one of the right click context menus
### VARIABLES AND CONSTANTS