双相同键键盘快捷键

Double same key keyboard shortcuts

有没有办法使用同一个快捷键?例如,在 Mac 上,IntelliJ 使用 shift shift(双击 shift 键)进行搜索。我想在 VSCode 中模仿该功能,但它似乎不接受它作为有效的快捷方式。我可以保存它,但是当我尝试使用它时没有任何反应。

有可能,VSCode 1.54(2021 年 2 月)

Modifier only keybindings

It is now possible to define keybindings for duplicate modifiers:
e.g. shift shift, alt alt, ctrl ctrl or cmd cmd / meta meta / win win.
These keybindings can be entered manually in keybindings.json. e.g.:

{ "key": "shift shift", "command": "workbench.action.quickOpen" }