如何在Mac上使用PC键盘打开VS Code终端?

huangapple go评论60阅读模式
英文:

How to open VS code terminal on Mac with PC keyboard?

问题

要打开终端,您可以在PC上按下ctrl+˜,在Mac上按下ctrl+˜。

但是要在Mac上使用PC键盘键入波浪号/反引号,我找到的唯一解决方案是按下Alt+空格+n。

但是尝试使用ctrl+alt+空格+n在VS Code中打开终端不起作用。
在Mac上,是否有可能使用PC键盘以键盘方式打开该终端?

英文:

To open the terminal you would press ctrl+˜ on PC and on Mac.

However to write tilde/backtick on Mac, using a PC keyboard, the only solution I found is to press Alt+space+n.

but trying to open the VS code terminal with ctrl+alt+space+n won't work.
Is it possible then to open that terminal with the keyboard, on Mac, using a PC keyboard?

答案1

得分: 1

如果您使用Mac键盘,您可以使用^+快捷键在VS Code中打开终端。

如果您使用PC键盘,您可能需要更改快捷键为适用于您的PC键盘的其他内容。

要更改快捷键,您需要打开键盘快捷键面板(⌘K ⌘SWindows+K Windows+SView > Command Palette > Preferences: Open Keyboard Shortcuts),然后搜索Terminal: Toggle Integrated Terminal,然后设置一个新的键组合。

英文:

If you use a Mac keyboard, you can use the `^+ shortcut to open the terminal in VS Code.

If you use a PC keyboard, you may need to change the shortcut to something else that works on your PC keyboard.

To change the shortcut, you need to open Keyboard Shortcuts panel (⌘K ⌘S or Windows+K Windows+S or View > Command Palette > Preferences: Open Keyboard Shortcuts) and search for Terminal: Toggle Integrated Terminal, and then set a new key combination.

huangapple
  • 本文由 发表于 2023年7月11日 01:28:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/76656033.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定