mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 06:55:47 +01:00
Give up and add key chains to 'passkeys'. Also add <A-b> to execute a builtin mapping. Closes issue #189.
This commit is contained in:
@@ -20,21 +20,19 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
&dactyl.host; or to a web page, you have two options:
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[pass-through <pass-all-keys> <C-z> CTRL-Z]]></tags>
|
||||
<spec><C-z></spec>
|
||||
<tags><![CDATA[<A-b>]]></tags>
|
||||
<spec><![CDATA[<A-b>]]></spec>
|
||||
<description>
|
||||
<p>
|
||||
Pass all keys except for <k name="Esc"/> directly to
|
||||
&dactyl.host;. When <k name="Esc"/> is pressed,
|
||||
resume normal key handling. This is especially useful
|
||||
for web sites which make heavy use of key bindings.
|
||||
Process the next key as a builtin mapping, ignoring any user defined
|
||||
mappings and <o>passkeys</o> settings.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[send-key <pass-next-key> <C-v> CTRL-V]]></tags>
|
||||
<spec><C-v></spec>
|
||||
<spec><![CDATA[<C-v>]]></spec>
|
||||
<description>
|
||||
<p>
|
||||
Pass the next key press directly to &dactyl.host;.
|
||||
@@ -42,6 +40,19 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[pass-through <pass-all-keys> <C-z> CTRL-Z]]></tags>
|
||||
<spec><![CDATA[<C-z>]]></spec>
|
||||
<description>
|
||||
<p>
|
||||
Pass all keys except for <k name="Esc"/> directly to
|
||||
&dactyl.host;. When <k name="Esc"/> is pressed,
|
||||
resume normal key handling. This is especially useful
|
||||
for web sites which make heavy use of key bindings.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<h2 tag="opening">Opening web pages</h2>
|
||||
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user