feat(shortcut)支持配置任务预览切换快捷键#292
Open
suntianc wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause
原先任务 / 文件预览切换快捷键是固定的,设置页只展示说明,用户无法按偏好调整;同时数字快捷键需要复用任务列表的排序与分组规则,避免快捷键选中的任务和 UI 中看到的顺序不一致。
Validation
pnpm exec prettier --check src/components/ProjectPage.tsx src/components/TaskPanel.tsx src/components/app-settings/AgentPathSection.tsx src/components/app-settings/ShortcutsPanel.tsx src/components/app-settings/types.ts src/components/task-panel/TaskList.tsx src/components/task-panel/taskListModel.ts src/i18n.tsx src/shortcuts.ts src/test/send-shortcut.test.tsgit diff --checkpnpm lintpnpm test -- --runpnpm build