You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`mods`: <code><ahref="/lua-reference/enums/pinnacle.input.Mod">pinnacle.input.Mod</a>[]</code> - The modifiers that need to be held down for the bind to trigger<br>
77
77
`key`: <code><ahref="/lua-reference/enums/pinnacle.input.Key">pinnacle.input.Key</a> | string</code> - The key used to trigger the bind<br>
78
78
`on_press`: <code>fun()</code> - The function to run when the bind is triggered<br>
79
-
`bind_info?`: <code>{ group: string, description: string }</code> - An optional group and description that is displayed in the bind overlay.
79
+
`bind_info?`: <code>{ group?: string?, description?: string? }?</code> - An optional group and description that is displayed in the bind overlay.
`mods`: <code><ahref="/lua-reference/enums/pinnacle.input.Mod">pinnacle.input.Mod</a>[]</code> - The modifiers that need to be held down for the bind to trigger<br>
126
126
`button`: <code><ahref="/lua-reference/enums/pinnacle.input.MouseButton">pinnacle.input.MouseButton</a></code> - The mouse button used to trigger the bind<br>
127
127
`on_press`: <code>fun()</code> - The function to run when the bind is triggered<br>
128
-
`bind_info?`: <code>{ group: string, description: string }</code> - An optional group and description that will be displayed in the bind overlay.
128
+
`bind_info?`: <code>{ group?: string?, description?: string? }?</code> - An optional group and description that will be displayed in the bind overlay.
`output?`: <code><ahref="/lua-reference/classes/pinnacle.output.OutputHandle">pinnacle.output.OutputHandle</a></code> - The output to layout, or `nil` for the focused output.
30
+
`output?`: <code><ahref="/lua-reference/classes/pinnacle.output.OutputHandle">pinnacle.output.OutputHandle</a>?</code> - The output to layout, or `nil` for the focused output.
0 commit comments