7474#### Parameters
7575
7676` mods ` - The modifiers that need to be held down for the bind to trigger
77- | <code ><a href =" /lua-reference/main/enums/pinnacle.input.Mod " >pinnacle.input.Mod</a >[ ] </code ><br >
77+ - <code ><a href =" /lua-reference/main/enums/pinnacle.input.Mod " >pinnacle.input.Mod</a >[ ] </code ><br >
7878` key ` - The key used to trigger the bind
79- | <code ><a href =" /lua-reference/main/enums/pinnacle.input.Key " >pinnacle.input.Key</a > | string</code ><br >
79+ - <code ><a href =" /lua-reference/main/enums/pinnacle.input.Key " >pinnacle.input.Key</a > | string</code ><br >
8080` on_press ` - The function to run when the bind is triggered
81- | <code >fun()</code ><br >
81+ - <code >fun()</code ><br >
8282` bind_info ` - An optional group and description that is displayed in the bind overlay.
83- | <code >{ group?: string, description?: string }</code >
83+ - <code >{ group?: string, description?: string }</code >
8484
8585
8686
@@ -127,13 +127,13 @@ end)
127127#### Parameters
128128
129129` mods ` - The modifiers that need to be held down for the bind to trigger
130- | <code ><a href =" /lua-reference/main/enums/pinnacle.input.Mod " >pinnacle.input.Mod</a >[ ] </code ><br >
130+ - <code ><a href =" /lua-reference/main/enums/pinnacle.input.Mod " >pinnacle.input.Mod</a >[ ] </code ><br >
131131` button ` - The mouse button used to trigger the bind
132- | <code ><a href =" /lua-reference/main/enums/pinnacle.input.MouseButton " >pinnacle.input.MouseButton</a ></code ><br >
132+ - <code ><a href =" /lua-reference/main/enums/pinnacle.input.MouseButton " >pinnacle.input.MouseButton</a ></code ><br >
133133` on_press ` - The function to run when the bind is triggered
134- | <code >fun()</code ><br >
134+ - <code >fun()</code ><br >
135135` bind_info ` - An optional group and description that will be displayed in the bind overlay.
136- | <code >{ group?: string, description?: string }</code >
136+ - <code >{ group?: string, description?: string }</code >
137137
138138
139139
@@ -150,7 +150,7 @@ Enters the bind layer `layer`, or the default layer if `layer` is nil.
150150#### Parameters
151151
152152` layer ` - The bind layer.
153- | <code >string</code >
153+ - <code >string</code >
154154
155155
156156
@@ -194,7 +194,7 @@ Input.set_xkb_config({
194194#### Parameters
195195
196196` xkb_config ` - The new xkbconfig
197- | <code ><a href =" /lua-reference/main/classes/pinnacle.input.XkbConfig " >pinnacle.input.XkbConfig</a ></code >
197+ - <code ><a href =" /lua-reference/main/classes/pinnacle.input.XkbConfig " >pinnacle.input.XkbConfig</a ></code >
198198
199199
200200
@@ -216,9 +216,9 @@ Input.set_repeat_rate(100, 1000) -- Key must be held down for 1 second, then rep
216216#### Parameters
217217
218218` rate ` - The time between repeats in milliseconds
219- | <code >integer</code ><br >
219+ - <code >integer</code ><br >
220220` delay ` - The duration a key needs to be held down before repeating starts in milliseconds
221- | <code >integer</code >
221+ - <code >integer</code >
222222
223223
224224
@@ -243,7 +243,7 @@ Input.set_xkb_keymap(io.open("/path/to/keymap.xkb"):read("*a"))
243243#### Parameters
244244
245245` keymap ` - The keymap to set.
246- | <code >string</code >
246+ - <code >string</code >
247247
248248
249249
@@ -284,7 +284,7 @@ Fails if the index is out of bounds.
284284#### Parameters
285285
286286` index ` - The index of the layout to switch to.
287- | <code >integer</code >
287+ - <code >integer</code >
288288
289289
290290
@@ -304,7 +304,7 @@ This allows you to set it at runtime.
304304#### Parameters
305305
306306` theme ` - The name of the xcursor theme.
307- | <code >string</code >
307+ - <code >string</code >
308308
309309
310310
@@ -324,7 +324,7 @@ This allows you to set it at runtime.
324324#### Parameters
325325
326326` size ` - The new size of the cursor.
327- | <code >integer</code >
327+ - <code >integer</code >
328328
329329
330330
@@ -358,7 +358,7 @@ Input.connect_signal({
358358#### Parameters
359359
360360` signals ` - The signal you want to connect to
361- | <code ><a href =" /lua-reference/main/classes/pinnacle.input.InputSignal " >pinnacle.input.InputSignal</a ></code >
361+ - <code ><a href =" /lua-reference/main/classes/pinnacle.input.InputSignal " >pinnacle.input.InputSignal</a ></code >
362362
363363
364364
0 commit comments