1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 21:45:46 +01:00

fix :set inv{option} help

This commit is contained in:
Doug Kearns
2008-08-29 06:47:17 +00:00
parent e8bfe91cd1
commit 1591a25ff1
2 changed files with 38 additions and 13 deletions

View File

@@ -63,6 +63,8 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
[m]=mapping [m]=mapping
[a]=argument [a]=argument
{|}=argument2 {|}=argument2
# FIXME
((|))=#argument2
[[|]]=argument3 [[|]]=argument3
# disable monospaced text as all our text is monospaced and it causes problems for some things # disable monospaced text as all our text is monospaced and it causes problems for some things
+= +=

View File

@@ -14,28 +14,51 @@ achieve special effects. These options come in 5 forms:
section:Setting{nbsp}options[set-option,E764] section:Setting{nbsp}options[set-option,E764]
|:set| |:se| |:set| |:se| +
||:se[t]|| Show all options that differ from their default value. ||:se[t]||
||:se[t] all|| Show all options.
||:se[t] {option}?|| Show value of {option}.
||:se[t] {option}|| Toggle option: set, switch it on.
____ ____
Show all options that differ from their default value.
____
||:se[t] all||
____
Show all options. Show all options.
____
|E518| |E519|
||:se[t] {option}?||
____
Show value of {option}.
____
||:se[t] {option}||
____
Toggle option: set, switch it on. +
Number option: show value. + Number option: show value. +
String option: show value. String option: show value.
____ ____
||:se[t] no{option} +++<br/>+++ :se[t] {option}!|| Toggle option: Reset, switch it off. ||:se[t] no((option))|| +
____
Toggle option: Reset, switch it off.
____
// :se[t] {option}! or ||:se[t] {option}!|| +
||:se[t] inv{option}|| Toggle option: Invert value. ||:se[t] inv((option))|| +
____
Toggle option: Invert value.
____
|:set-default| |:set-default|
||:se[t] {option}&|| Reset option to its default value. ||:se[t] {option}&||
____
Reset option to its default value.
____
||:se[t] all&|| Set all options to their default value. ||:se[t] all&||
____
Set all options to their default value.
____
|:set-args| |E487| |E521| |:set-args| |E487| |E521|
||:se[t] {option}={value}|| + ||:se[t] {option}={value}|| +