aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-18 21:00:46 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-18 21:00:46 +0200
commit32c6afd652de21046e3b31aa4854e123345b60ea (patch)
tree839ed6825e3fc90ac65776ff81dda7358bc5c74e /README
parent1df3cf4d7d823216b80fff40e8cf701599482c0d (diff)
document menu_* commands
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 18aeecf..caebf8b 100644
--- a/README
+++ b/README
@@ -164,6 +164,16 @@ 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
+ - 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
Uzbl has a lot of internal variables and constants. You can get the values (using the `print` command, see above), and for variables you can also change the value at