add event dispatcher

This commit is contained in:
Vaxry 2024-06-15 16:21:02 +02:00
parent 7c1f67f7ed
commit a6a3e73385
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ layout pages (See the sidebar).
| setignoregrouplock | Temporarily enable or disable binds:ignore_group_lock | `on`, `off`, or `toggle` |
| global | Executes a Global Shortcut using the GlobalShortcuts portal. See [here](../Binds/#global-keybinds) | name |
| submap | Change the current mapping group. See [Submaps](../Binds/#submaps) | `reset` or name |
| event | Emits a custom event to socket2 in the form of `custom>>yourdata` | the data to send |
{{< callout type=warning >}}