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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user