From ec40587ee4fbe7dd523c5b0b9a832215f81c08c6 Mon Sep 17 00:00:00 2001 From: narjoDev <63086420+narjoDev@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:33:28 -0700 Subject: [PATCH] Fix key() action link Issue 388 - Fix key() action link in /Customization/talon-files --- docs/Customization/talon-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Customization/talon-files.md b/docs/Customization/talon-files.md index 15bfd35b..18623f4e 100644 --- a/docs/Customization/talon-files.md +++ b/docs/Customization/talon-files.md @@ -280,6 +280,6 @@ key(f9:passive): app.notify("f9 pressed, and we won't stop any other apps from r key(f9:up): app.notify("show this balloon when the f9 key is released") ``` -The list of available keys you can listen to isn't well defined, but it is likely a subset of the names on the [key() action](Talon Library Reference/key_action.md) wiki page. +The list of available keys you can listen to isn't well defined, but it is likely a subset of the names on the [`key()` action](./Talon%20Library%20Reference/key_action.md) wiki page. Aside from these, additional extra capabilities may be added from time to time. For example in the beta version you can currently define rules for matching facial expressions on OSX and user supplied noises (e.g. a whistle sound) via integration with parrot.py.