From a1a5ef07e234d40f747a2296b48e696b806d8f53 Mon Sep 17 00:00:00 2001 From: Samuel Sieb Date: Tue, 16 May 2023 04:36:05 -0700 Subject: [PATCH] document new sending method (#2923) --- components/key_collector.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/key_collector.rst b/components/key_collector.rst index ff9db7e3d..552522b5b 100644 --- a/components/key_collector.rst +++ b/components/key_collector.rst @@ -83,6 +83,10 @@ Automations: if the timeout happens. The current sequence of pressed keys is placed in a ``vector`` variable ``x`` and ``start`` holds the start key that activated this sequence or else ``0``. +Lambda: +------- + +- **send_key(uint8_t key)**: Send a key to the collector directly. See Also --------