From 35a6697bcc6e9c584910dee482a32c8d4128b4ab Mon Sep 17 00:00:00 2001 From: shweet Date: Tue, 1 Jul 2025 10:21:39 -0400 Subject: [PATCH] save input --- src/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.h b/src/input.h index ef55b90..04a8b95 100644 --- a/src/input.h +++ b/src/input.h @@ -273,7 +273,7 @@ const std::vector INPUT_KEYS[INPUT_COUNT] = { KEY_2 }, { KEY_Z }, { KEY_Y }, - { KEY_LCTRL } + { KEY_LCTRL, KEY_S } }; struct Keyboard