Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 快捷键修改不生效 #3862

Open
zhanba opened this issue Jul 18, 2024 · 1 comment
Open

[BUG] 快捷键修改不生效 #3862

zhanba opened this issue Jul 18, 2024 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@zhanba
Copy link
Contributor

zhanba commented Jul 18, 2024

描述你的问题(Describe the bug)

复现路径(To Reproduce)

预期表现(Expected behavior)

环境信息(Environment)

  • OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11]
  • Browser: [e.g. chrome, safari, electron]
  • OpenSumi Version: [e.g. 2.13.0]
@zhanba zhanba added the 🐞 bug Something isn't working label Jul 18, 2024
@bk1012
Copy link
Member

bk1012 commented Jul 29, 2024

✨✨ Here's an AI-assisted sketch of how you might approach this issue saved by @bk1012 using Copilot Workspace v0.23

Topic

Do the shortcut key modifications take effect?

Before
  • No, shortcut key modifications do not take effect.
  • packages/addons/src/browser/file-search.contribution.ts registers keybindings but does not ensure they are applied.
  • packages/addons/__tests__/browser/file-search.contribution.test.ts tests keybinding registration but does not verify their application.
  • packages/keymaps/src/browser/keymaps.service.ts handles keybinding modifications but does not ensure they are applied.
  • packages/keymaps/src/browser/keymaps.contribution.ts registers keybinding commands but does not ensure they are applied.
  • Please clarify the issue with relevant files, notes and other information.
After
Plan

undefined

Sketch of implementation

An implementation sketch has not been generated or was not included

Details

Code analyzed at 0173c38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants