Updated the docs
This commit is contained in:
parent
441d143810
commit
8c24f6f9de
@ -17,13 +17,14 @@ class Keyboard_locks(IntervalModule):
|
|||||||
interval = 1
|
interval = 1
|
||||||
|
|
||||||
settings = (
|
settings = (
|
||||||
"format",
|
("format", "Format string. "
|
||||||
"caps_on",
|
"Available formaters are {core} and {usage}."),
|
||||||
"caps_off",
|
("caps_on", "String to show in {caps} when CAPS LOCK is on"),
|
||||||
"num_on",
|
("caps_off", "String to show in {caps} when CAPS LOCK is off"),
|
||||||
"num_off",
|
("num_on", "String to show in {num} when NUM LOCK is on"),
|
||||||
"scroll_on",
|
("num_off", "String to show in {num} when NUM LOCK is off"),
|
||||||
"scroll_off",
|
("scroll_on", "String to show in {scroll} when SCROLL LOCK is on"),
|
||||||
|
("scroll_off", "String to show in {scroll} when SCROLL LOCK is off"),
|
||||||
"color"
|
"color"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user