英文:
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 ⌘S
或Windows+K Windows+S
或View > 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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论