mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
fix: 修复 login 面板的左右切换能力
This commit is contained in:
@@ -147,6 +147,16 @@ export const DEFAULT_BINDINGS: KeybindingBlock[] = [
|
||||
'ctrl+d': 'permission:toggleDebug',
|
||||
},
|
||||
},
|
||||
{
|
||||
context: 'FormField',
|
||||
bindings: {
|
||||
// Form field vertical navigation (login/setup panels)
|
||||
tab: 'tabs:next',
|
||||
'shift+tab': 'tabs:previous',
|
||||
up: 'tabs:previous',
|
||||
down: 'tabs:next',
|
||||
},
|
||||
},
|
||||
{
|
||||
context: 'Tabs',
|
||||
bindings: {
|
||||
|
||||
Reference in New Issue
Block a user