From a5fbea31a15d15b8f702cc0b56b7a74d9ad13d10 Mon Sep 17 00:00:00 2001 From: pandadev <70103896+0PandaDEV@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:45:01 +0100 Subject: [PATCH] refactor(keyboard): optimize keyboard event handling and initialization --- app.vue | 18 ++++-- pages/index.vue | 142 ++++++++++++++++++++++----------------------- pages/settings.vue | 67 +++++++++++---------- 3 files changed, 117 insertions(+), 110 deletions(-) diff --git a/app.vue b/app.vue index 581cff2..97866a1 100644 --- a/app.vue +++ b/app.vue @@ -6,18 +6,28 @@