mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 18:44:12 +01:00
Add [contenteditable=true] to 'hinttags'. Closes issue #512.
This commit is contained in:
@@ -1242,7 +1242,7 @@ var Hints = Module("hints", {
|
||||
"XPath string of hintable elements activated by 'f' and 'F'",
|
||||
"stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," +
|
||||
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
|
||||
"[tabindex],[role=link],[role=button]",
|
||||
"[tabindex],[role=link],[role=button],[contenteditable=true]",
|
||||
{
|
||||
setter: function (values) {
|
||||
this.matcher = util.compileMatcher(values);
|
||||
|
||||
Reference in New Issue
Block a user