mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix:Update /help to show correct newline key combo for different OS #… (#2043)
Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
@@ -97,9 +97,11 @@ export const Help: React.FC<Help> = ({ commands }) => (
|
|||||||
</Text>
|
</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
<Text bold color={Colors.AccentPurple}>
|
<Text bold color={Colors.AccentPurple}>
|
||||||
Shift+Enter
|
{process.platform === 'win32' ? 'Ctrl+Enter' : 'Ctrl+J'}
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
- New line
|
{process.platform === 'linux'
|
||||||
|
? '- New line (Alt+Enter works for certain linux distros)'
|
||||||
|
: '- New line'}
|
||||||
</Text>
|
</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
<Text bold color={Colors.AccentPurple}>
|
<Text bold color={Colors.AccentPurple}>
|
||||||
|
|||||||
Reference in New Issue
Block a user