From 852d723cedfe4329487bc55b88981aa31914ac98 Mon Sep 17 00:00:00 2001 From: Miguel Colmenares Date: Sat, 29 Jun 2024 18:11:36 -0500 Subject: [PATCH] chore: Update keyboard shortcuts for minify commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd6788b..b8a26f5 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ To adjust these settings, add the following lines to your `settings.json` file: The extension provides convenient keyboard shortcuts for quick access to its commands: - `Minify`: - - `Ctrl+Shift+M` (Windows/Linux) - - `Cmd+Shift+M` (Mac) + - `alt+ctrl+m` (Windows/Linux) + - `option+command+m` (Mac) - `Minify and Save as New File`: - - `Ctrl+Shift+Alt+N` (Windows/Linux) - - `Cmd+Shift+Alt+N` (Mac) + - `alt+ctrl+n` (Windows/Linux) + - `option+command+n` (Mac) ## Installation