feat(macOS): 支持自定义快捷键 - #93
Merged
Merged
Conversation
ci: add rolling macOS preview release workflow
按命令目录、持久化、AppKit 检测、命令路由、设置页、本地化和 PR 门禁拆分实现步骤。 Refs 1lck#10
定义稳定快捷键编码、显示规则和 27 个工作区命令默认绑定。 Refs 1lck#10
合成默认值与用户覆盖,支持禁用、冲突校验及分层恢复默认。 Refs 1lck#10
将普通按键、功能键与双击 Shift 映射到稳定命令 ID,并支持动态注册和录制挂起。 Refs 1lck#10
让菜单、Search Everywhere 和全局监听共享当前快捷键配置与命令路由。 Refs 1lck#10
加入搜索分组、行内录制、多绑定编辑、冲突提示和快捷键专属恢复操作。 Refs 1lck#10
补齐 Keymap 简体中文文案,并验证应用级与快捷键专属恢复默认语义。 Refs 1lck#10
让冲突提示与命令筛选跟随应用语言,并补齐命令目录的简体中文资源。 Refs 1lck#10
查找状态未变化时不再重复向 AppModel 发布,避免 SwiftUI 与 AppKit 编辑器之间形成无限刷新。\n\n补充重复同步空查询状态的回归测试。
1lck
reviewed
Aug 15, 2026
补齐 Search Everywhere 缺失的五个命令操作,并通过实际生成的 action 列表验证命令目录覆盖。 Co-Authored-By: Claude <noreply@anthropic.com>
1lck
approved these changes
Aug 15, 2026
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.
摘要
验证
./scripts/build-macos.sh./scripts/verify-service-boundaries.shplutil -lint Resources/zh-Hans.lproj/Localizable.stringsgit diff --check upstream/preview/0.3.0...HEAD截图如下