From 0b2fe88731480981b17982afe835689a370cd538 Mon Sep 17 00:00:00 2001 From: Samidy Date: Sat, 7 Mar 2026 05:50:15 +0300 Subject: [PATCH] feat(keyboard): command palette --- README.md | 2 +- index.html | 14 +- js/app.js | 3 + js/commandPalette.js | 820 +++++++++++++++++++++++++++++++++++++++++++ js/player.js | 17 + styles.css | 66 ++++ 6 files changed, 918 insertions(+), 4 deletions(-) create mode 100644 js/commandPalette.js diff --git a/README.md b/README.md index ad71301..41c6cb2 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ ### Power User Features -- Keyboard shortcuts for power users +- Keyboard shortcuts & Command Palette (CTRL+K) for power users --- diff --git a/index.html b/index.html index 3da5d3d..a74f53f 100644 --- a/index.html +++ b/index.html @@ -1719,6 +1719,15 @@ + +