From a6a3e73385dc7b920cfadbfee09daca802869aa6 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 15 Jun 2024 16:21:02 +0200 Subject: [PATCH] add event dispatcher --- pages/Configuring/Dispatchers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index a087589..56266ba 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -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 >}}