1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 14:25:45 +01:00

Ignore 'passkeys' key chains begining with ordinary characters in input modes.

This commit is contained in:
Kris Maglione
2011-02-20 18:38:31 -05:00
parent 211091d79d
commit 568bee6839
3 changed files with 39 additions and 23 deletions

View File

@@ -1125,9 +1125,19 @@
by &dactyl.appName; in any way. Key names are separated
by commas, where the first key name is treated as a list
of individual keys and each subsequent key is treated as
a key chain.
a key chain. Individual key entries always apply to all
modes. Key chains apply only to non-input modes unless
they begin with a key requiring a modifier other than
shift.
</p>
<example><set opt="passkeys" op="+="><str delim="">mail.google.com</str>:<str delim="">jk&lt;Return></str>,<str delim="">gi</str></set></example>
<p>
More subtle and complex pass through can be achieved
using <k>groups</k> and mode-specific mappings utilizing
the <k name="Pass"/> pseudo-key.
</p>
</description>
</item>