From 88ec2d97935de4b7ddaa3e44a1e8757162426a43 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Oct 2025 10:42:11 +0530 Subject: [PATCH] Add a more visible note that the payloads for remote control commands are documented in the protocol docs --- docs/remote-control.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/remote-control.rst b/docs/remote-control.rst index 49d26eae5..8da691a98 100644 --- a/docs/remote-control.rst +++ b/docs/remote-control.rst @@ -262,6 +262,12 @@ as shown below: return True +.. note:: + + The payloads for the different remote control commands are documented in the + :doc:`remote control protocol specification `. + + .. _rc_mapping: Mapping key presses to remote control commands