fix: cleanup keyboard shortcut indication (#1642)

This commit is contained in:
Bradley Axen
2025-03-12 16:43:37 -07:00
committed by GitHub
parent 2798942a94
commit bf9811c81d
2 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ export default function Input({
<textarea
autoFocus
id="dynamic-textarea"
placeholder="What can goose help with? (Cmd/Ctrl + ↑/↓ for history)"
placeholder="What can goose help with? ⌘↑/⌘↓"
value={value}
onChange={handleChange}
onCompositionStart={handleCompositionStart}

View File

@@ -241,7 +241,7 @@ export default function MoreMenu({
}}
className="w-full text-left p-2 text-sm hover:bg-bgSubtle transition-colors"
>
Open Directory (cmd+O)
Open Directory <span className="text-textSubtle">O</span>
</button>
<button
@@ -254,7 +254,7 @@ export default function MoreMenu({
}}
className="w-full text-left p-2 text-sm hover:bg-bgSubtle transition-colors"
>
New Session (cmd+N)
New Session <span className="text-textSubtle">N</span>
</button>
{/* View Previous Sessions */}
@@ -273,7 +273,7 @@ export default function MoreMenu({
}}
className="w-full text-left p-2 text-sm hover:bg-bgSubtle transition-colors"
>
Settings (cmd+,)
Settings <span className="text-textSubtle">,</span>
</button>
<button