MoonshotAI / MoonshotAI/kimi-code
[Bug] macOS 桌面端 Command+W 快捷键无法使用
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
What version of Kimi Code is running?
Kimi 桌面端(Kimi Work / kimi-desktop)3.1.2(CFBundleVersion 3.1.2)
What platform is your computer?
macOS 27.0(Build 26A5378n),arm64(Apple Silicon)
What issue are you seeing?
在 Kimi 桌面端工作环境中,Command+W 快捷键无法使用。按下后没有任何响应——既不关闭当前标签页,也不关闭窗口,菜单中似乎也缺少对应的「关闭窗口 / 关闭标签页」入口或快捷键绑定。
What steps can reproduce the bug?
- 打开 Kimi.app(版本 3.1.2)
- 进入任意会话 / 工作区界面
- 按下
Command+W - 观察:应用无任何反应
What is the expected behavior?
按照 macOS 平台惯例,Command+W 应当有明确响应:
- 关闭当前标签页(若当前视图支持标签页),或
- 关闭当前窗口(无标签页时)
如果不打算支持关闭窗口,也建议在菜单中提供对应菜单项并说明预期行为,避免快捷键「按下无反应」的死键状态。
Additional information
- 本 issue 由用户授权,通过 Kimi Work 运行环境内置的 GitHub 插件代为提交。
- 复现概率:每次按下均无任何响应。
- 其他快捷键未逐一测试,如需要可进一步补充测试。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files or tests are named. Reproduce the issue on macOS 27.0 with Kimi desktop 3.1.2, then trace the desktop app's menu and keyboard-shortcut registration for Command+W. Done means the shortcut has a defined response—closing the current tab or window—or the menu clearly communicates the intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100