From a2cca9828f17a6133ba6214a7e460eb31f8b8418 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 9 Mar 2012 19:43:28 -0500 Subject: Add a variable to mediate multiple button clicks The keyevent is always sent for multiple clicks (that aren't in an edit field for left and middle clicks), but the propogation of the event through to webkit can be suppressed if the user wants something else to happen. This allows double and triple click selections (by word and paragraph, respectively) work again. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 928a7bd..b124fb4 100644 --- a/README +++ b/README @@ -373,6 +373,9 @@ file). access the contents of other `file://` URIs. (default 0). * `follow_hint_keys`: keys for keyboard-based navigation and link highlighting +* `handle_multi_click`: If set to 1, event handlers attached to `2Button*` + and `3Button*` bindings will only be used instead of the default actions in + WebKit (default 0). * `ssl_ca_file`: File that contains CA certificates. * `ssl_verify`: If set to 1, uzbl won't connect to "https" url unless it can validate certificate presented by remote server against `ssl_ca_file`. -- cgit v1.2.3