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