mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 22:03:36 +01:00
Make the <k> tag mode-aware.
Previously there was no way to produce links to the appropriate mode-specific binding of a key using the <k> tag (e.g., <Tab> in the documentation always linked to the Normal-mode command, although its command-line functionality is different). This commit introduces a `mode' attribute to the <k> tag, making the distinction possible.
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
<default>list:full</default>
|
||||
<description>
|
||||
<p>
|
||||
Like <o>wildmode</o>, but when the <k name="Alt"/> key is pressed.
|
||||
Like <o>wildmode</o>, but when the <k name="A-Tab"/> key is pressed.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user