mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-18 01:23:33 +02:00
Add 'passkeys' option.
This commit is contained in:
@@ -1087,9 +1087,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'pageinfo' 'pa'</tags>
|
||||
<tags>'pa' 'pageinfo'</tags>
|
||||
<spec>'pageinfo' 'pa'</spec>
|
||||
|
||||
<type>charlist</type>
|
||||
<default>gfm</default>
|
||||
<description>
|
||||
@@ -1110,6 +1109,23 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'pk' 'passkeys'</tags>
|
||||
<spec>'passkeys' 'pk'</spec>
|
||||
<type>regexpmap</type>
|
||||
<default/>
|
||||
<description>
|
||||
<p>
|
||||
Pass certain keys through directly for the given URLs.
|
||||
For any page with a URL matching a given regexp, all key
|
||||
events for keys listed in that regexp's value are passed
|
||||
through directly to &dactyl.host;, and are not processed
|
||||
by &dactyl.appName; in any way.
|
||||
</p>
|
||||
<example><ex>:set passkeys+=</ex><str delim="'">https://mail\.google\.com/</str>:<str delim="">jk<k name="Return"/></str></example>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'pps' 'popups'</tags>
|
||||
<spec>'popups' 'pps'</spec>
|
||||
|
||||
Reference in New Issue
Block a user