From 71aeaa1b83034a64760758a9345516f29639ed83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Franc=CC=A7ois=20Pe=CC=81russe?= Date: Thu, 13 Mar 2025 21:45:20 -0400 Subject: [PATCH] Updated documentation for key.return -> key.enter --- docs/source/api/input.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/api/input.rst b/docs/source/api/input.rst index ba5a6e4..d2f0771 100644 --- a/docs/source/api/input.rst +++ b/docs/source/api/input.rst @@ -272,7 +272,10 @@ Constants - Key Codes .. lua:attribute:: rightShift: const .. lua:attribute:: shift: const .. lua:attribute:: esc: const -.. lua:attribute:: return: const +.. lua:attribute:: enter: const + + The return key + .. lua:attribute:: tab: const .. lua:attribute:: space: const .. lua:attribute:: backspace: const