core icon indicating copy to clipboard operation
core copied to clipboard

fix: global search shortcut not working

Open iamxukai opened this issue 3 years ago • 4 comments

Types

  • [x] 🐛 Bug Fixes

Background or solution

#1105 的相关问题

在 Windows 环境下, Ctrl + Shift + F 快捷键不起作用,通过将快捷键对应的命令 id 替换成 workbench.action.findInFiles 可以让快捷键生效。

Changelog

将快捷键对应的命令 id content-search.openSearch 替换成 workbench.action.findInFiles

iamxukai avatar Aug 13 '22 09:08 iamxukai

Codecov Report

Merging #1503 (89edf70) into main (c541eca) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1503   +/-   ##
=======================================
  Coverage   57.85%   57.85%           
=======================================
  Files        1251     1251           
  Lines       78025    78026    +1     
  Branches    16281    16281           
=======================================
+ Hits        45143    45144    +1     
  Misses      29941    29941           
  Partials     2941     2941           
Flag Coverage Δ
jsdom 52.50% <100.00%> (+<0.01%) :arrow_up:
node 15.91% <0.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...s/extension/src/browser/vscode/builtin-commands.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 13 '22 09:08 codecov[bot]

在 Windows OpenSumi Core 里面试了一下, Ctrl+shift+F 是可以切换到搜索面板的,看看是不是你快捷键配置上的问题,还是因为 OpenSumi 其它问题导致这个问题的

yantze avatar Aug 15 '22 06:08 yantze

在 Windows OpenSumi Core 里面试了一下, Ctrl+shift+F 是可以切换到搜索面板的,看看是不是你快捷键配置上的问题,还是因为 OpenSumi 其它问题导致这个问题的

如果是快捷键插件上的优化,改内部 id 没问题

yantze avatar Aug 15 '22 06:08 yantze