Made ctrl shortcut go straight to typing.

This commit is contained in:
2026-01-30 14:00:53 -06:00
parent e4f52e4b9f
commit 266f6eeb4e
6 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const MatrixView: Component = () => {
<div class="h-[calc(100vh-12rem)] md:h-[calc(100vh-8rem)] flex flex-col">
<header class="mb-6">
<h2 class="text-3xl font-bold tracking-tight">Strategy Matrix</h2>
<p class="text-muted-foreground mt-1 text-lg">Urgency vs Impact mapping.</p>
<p class="text-muted-foreground mt-1 text-lg">Urgency vs Priority mapping.</p>
</header>
<div class="flex-1 relative border-2 border-dashed border-muted rounded-3xl overflow-hidden bg-muted/20">