1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 02:04:10 +01:00

Add 'hintkeys' and fix <BS> key in Hint mode.

--HG--
extra : rebase_source : d28184df01b5c3b2194fc332ff8367cb1c7c1fcf
This commit is contained in:
Kris Maglione
2010-09-22 12:09:18 -04:00
parent f089badc81
commit 1d14bbcd64
4 changed files with 80 additions and 20 deletions

View File

@@ -660,6 +660,23 @@
</item>
<item>
<tags>'hk' 'hintkeys'</tags>
<spec>'hintkeys' 'hk'</spec>
<type>string</type>
<default>0123456789</default>
<description>
<p>
The keys used to label and select hints. With its default value,
each hint has a unique number which can be typed to select it,
while all other characters are used to filter hints based on their
text. With a value such as <str>asdfg;lkjh</str>, each hint is
numbered based on the characters of the home row.
</p>
</description>
</item>
<item>
<tags>'hm' 'hintmatching'</tags>
<spec>'hintmatching' 'hm'</spec>