From 85c7c4fd9f59524ba50e80fb4097cf7e6e3a8e3e Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Wed, 11 Feb 2026 22:49:32 -0600 Subject: [PATCH] Add long-titled album shortcut to test side-scrolling --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index eb48d2f..dc97a78 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -106,6 +106,8 @@ function App() { lookupBarcode("015775150522"); // Crime of the Century; not owned } else if (ev.key === "F3") { lookupBarcode("mbid:439e9e8e-931a-431f-8ed0-ef00303bbad0"); // Feinberg's Well-Tempered Clavier (long!) + } else if (ev.key === "F4") { + lookupBarcode("mbid:d2b11318-03cc-4bdc-8667-e39ef020f0f2"); // Connie Evingson, long title } else if (ev.key === "Enter") { const code = buffer.join("").trim(); setBuffer([]); // Reset the buffer