File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,4 +45,10 @@ Sets this bind as a quit bind.
4545
4646Sets this bind as a reload config bind.
4747
48+ ### allow_when_locked <Badge type =" danger " text =" nullable " />
49+
50+ ` allow_when_locked? ` : <code >boolean</code >
51+
52+ Allows this bind to trigger when the session is locked.
53+
4854
Original file line number Diff line number Diff line change @@ -29,17 +29,35 @@ The bind's ignored modifiers.
2929
3030The bind's layer.
3131
32- ### group < Badge type = " danger " text = " nullable " />
32+ ### group
3333
34- ` group? ` : <code >string</code >
34+ ` group ` : <code >string</code >
3535
36- The bind's group.
36+ The bind's group. Empty if it is not in one.
3737
38- ### description < Badge type = " danger " text = " nullable " />
38+ ### description
3939
40- ` description? ` : <code >string</code >
40+ ` description ` : <code >string</code >
4141
42- The bind's description.
42+ The bind's description. Empty if it does not have one.
43+
44+ ### quit
45+
46+ ` quit ` : <code >boolean</code >
47+
48+ Whether this bind is a quit bind.
49+
50+ ### reload_config
51+
52+ ` reload_config ` : <code >boolean</code >
53+
54+ Whether this bind is a reload config bind.
55+
56+ ### allow_when_locked
57+
58+ ` allow_when_locked ` : <code >boolean</code >
59+
60+ Whether this bind is allowed when the session is locked.
4361
4462### kind
4563
You can’t perform that action at this time.
0 commit comments