如何使用非美式键盘在 Mac 上的 Google Colab 中进行块注释?
How to do block-comments in Google Colab on a Mac with a non-American keyboard?
我想使用 Mac 笔记本电脑 (Big Sur) 在 Colab 中进行块评论,所以我看了一下这里:
Ctrl+/对我不起作用,所以我按照:
If this does not work for you, check Tools->Keyboard Shortcuts and search for "Comment Current Line" to see what the shortcut is within your current settings.
这是输出:
这会导致几个问题:
- 我需要的快捷方式是极少数无法自定义的快捷方式之一。
- 在我的非美式键盘上,我需要按 Shift+
7
,才能得到 /
- 在Mac上,⌘ + Shift +
7
绑定到帮助菜单:How to use the macOS Help menu
总而言之,每次我尝试注释一段代码时,帮助 菜单都会打开。有什么解决方法吗?
PS: 的所有其他答案我都试过了,但都没有用。
我找到了一个简单的解决方案。如果标准解决方案 ⌘ + Shift + 7 对你不起作用(就像它没有' t 对我来说)...只需使用数字键盘上的 /!
⌘ + 数字键盘 7 对我来说非常有用。
我想使用 Mac 笔记本电脑 (Big Sur) 在 Colab 中进行块评论,所以我看了一下这里:
Ctrl+/对我不起作用,所以我按照
If this does not work for you, check Tools->Keyboard Shortcuts and search for "Comment Current Line" to see what the shortcut is within your current settings.
这是输出:
这会导致几个问题:
- 我需要的快捷方式是极少数无法自定义的快捷方式之一。
- 在我的非美式键盘上,我需要按 Shift+
7
,才能得到/
- 在Mac上,⌘ + Shift +
7
绑定到帮助菜单:How to use the macOS Help menu
总而言之,每次我尝试注释一段代码时,帮助 菜单都会打开。有什么解决方法吗?
PS:
我找到了一个简单的解决方案。如果标准解决方案 ⌘ + Shift + 7 对你不起作用(就像它没有' t 对我来说)...只需使用数字键盘上的 /!
⌘ + 数字键盘 7 对我来说非常有用。