From f037e83763b1b62e048e1fc433d52b9564ce3ba0 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 23 Aug 2014 11:40:25 +0100 Subject: Allow passing of keys to the underlying page. --- pages/options.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'pages/options.html') diff --git a/pages/options.html b/pages/options.html index b71625e8..fc0f189d 100644 --- a/pages/options.html +++ b/pages/options.html @@ -197,15 +197,30 @@ - Excluded URLs
+ Excluded URLs and keys
- e.g. http*://mail.google.com/*
- This will disable Vimium on Gmail.

- Enter one URL per line.
+

+ To disable Vimium on a site, use:
+ http*://mail.google.com/*
+ This will wholly disable Vimium on Gmail.

+ To use Vimium together with a website's own
+ key bindings, use:
+ http*://mail.google.com/* jknpc
+ This will enable Vimium on Gmail, but pass
+ the five listed keys through to Gmail itself.

+ One entry per line.
+

- + + + -- cgit v1.2.3