feat use tab on windows instead of shift+tab

This commit is contained in:
LaZzyMan 2026-02-02 19:48:07 +08:00
parent 7935482c3a
commit 3296785b23
16 changed files with 167 additions and 138 deletions

View file

@ -154,7 +154,7 @@ export const Help: React.FC<Help> = ({ commands, width }) => (
</Text>
<Text color={theme.text.primary}>
<Text bold color={theme.text.accent}>
Shift+Tab
{process.platform === 'win32' ? 'Tab' : 'Shift+Tab'}
</Text>{' '}
- {t('Cycle approval modes')}
</Text>