aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-09 13:30:31 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-09 13:30:31 +0200
commit6e9d1499e263b488336a877fd7b1acbed2551d92 (patch)
treedb744ef185e562140faa6292360df2a1f4303d0c /README
parent2d099c0efd24118f251c1aa3ff04f2103b5dd7a7 (diff)
docu update & typo fix
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 805a513..e1e7682 100644
--- a/README
+++ b/README
@@ -162,6 +162,8 @@ The following commands are recognized:
- if you use `chain` with a handler script which must return some output (such as a cookie handler -- uzbl will wait for and use its output), use sync_spawn or sync_sh instead of spawn or sh in the command that should give the output
* `update_gui`
- update the contents of the status and title bars
+* `event <event_name> [event_details]`
+ - send custom event
### 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
@@ -441,7 +443,7 @@ Reported events and their specific format:
- whenever an uzbl variable is set:
- EVENT VARIABLE_SET [uzbl_instance_name] str|int|float variable_name variable_value
+ EVENT VARIABLE_SET [uzbl_instance_name] variable_name str|int|float variable_value
Note: str|int|float denote the type of variable_value