From a9ea191622603f82903ee7aef0635b6f1a25aaf8 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 8 Jan 2024 09:31:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Command=20key=20improvements.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/search.svelte | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/search.svelte b/src/components/search.svelte index 9418e7d..c3446a5 100644 --- a/src/components/search.svelte +++ b/src/components/search.svelte @@ -62,15 +62,10 @@ {:else} -
-
- {#if shortcutText === 'command'} - - K - {:else if shortcutText === 'control'} - Ctrl - K - {/if} +
+
+ + K
{/if}