mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:47:59 +01:00
Fix option shortname clashes.
This commit is contained in:
@@ -2272,11 +2272,11 @@ var Buffer = Module("buffer", {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
options.add(["scrolltime", "st"],
|
options.add(["scrolltime", "sct"],
|
||||||
"The time, in milliseconds, in which to smooth scroll to a new position",
|
"The time, in milliseconds, in which to smooth scroll to a new position",
|
||||||
"number", 100);
|
"number", 100);
|
||||||
|
|
||||||
options.add(["scrollsteps", "ss"],
|
options.add(["scrollsteps", "scs"],
|
||||||
"The number of steps in which to smooth scroll to a new position",
|
"The number of steps in which to smooth scroll to a new position",
|
||||||
"number", 5,
|
"number", 5,
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1383,7 +1383,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'ss' 'scrollsteps'</tags>
|
<tags>'ss' 'scrollsteps'</tags>
|
||||||
<spec>'scrollsteps' 'ss'</spec>
|
<spec>'scrollsteps' 'scs'</spec>
|
||||||
<type>&option.scrollsteps.type;</type>
|
<type>&option.scrollsteps.type;</type>
|
||||||
<default>&option.scrollsteps.default;</default>
|
<default>&option.scrollsteps.default;</default>
|
||||||
<description>
|
<description>
|
||||||
@@ -1395,7 +1395,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<tags>'st' 'scrolltime'</tags>
|
<tags>'st' 'scrolltime'</tags>
|
||||||
<spec>'scrolltime' 'st'</spec>
|
<spec>'scrolltime' 'sct'</spec>
|
||||||
<type>&option.scrolltime.type;</type>
|
<type>&option.scrolltime.type;</type>
|
||||||
<default>&option.scrolltime.default;</default>
|
<default>&option.scrolltime.default;</default>
|
||||||
<description>
|
<description>
|
||||||
|
|||||||
Reference in New Issue
Block a user