添加一个键绑定,以打开整体“正确”点击” VSCODE中的菜单
我想添加一个键绑定,以打开VSCODE中的“右键单击”菜单到我的keybindings.json
,因此可以在没有鼠标的情况下打开它。
我在Mac计算机上,这意味着菜单
键<代码> alt &amp; ctrl
在右侧不存在。
我已经浏览了网络,但我什至不确定我是否正在使用正确的术语,因为没有任何相关的内容。我想打开在下面的屏幕截图中突出显示的整个菜单/流行窗口,而不仅仅是“转到定义”,窥视等。
I'd like to add a key binding for opening the "right + click" menu in VSCode to my keybindings.json
so it can be opened without the mouse.
I'm on a Mac computer which means the menu
key between alt
& ctrl
on the right-hand side doesn't exist.
I've searched through the web but I'm not even sure if I'm using the right terms cause nothing relevant comes up. I'd like to open the whole menu/pop window highlighted in the screenshot below instead of just "Go to Definition", Peek, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
shift
+f10
fn
键在键盘的左下方。Try:
Shift
+F10
The
fn
key is in the bottom left of the keyboard.