From 07a7521c52ab2db4ab3a8e8131f6a07205b0128e Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 15 Oct 2025 16:55:50 -0700 Subject: [PATCH] add up/down keyboard shortcuts --- static/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/static/index.html b/static/index.html index c8f7adc..c87f98d 100644 --- a/static/index.html +++ b/static/index.html @@ -55,6 +55,9 @@ button:disabled { background: #444; cursor: not-allowed; }