mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-03 06:24:30 +01:00
fix: cleanup keyboard shortcut indication (#1642)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user