加拿大法语键盘 sublime text 2 快捷方式

french canadian keyboard sublime text 2 shortcut

我的 mac 上有加拿大法文键盘,但我找不到使工作成为 sublime text 2 中的默认快捷方式的解决方案。

有几次,我错误地将工作设为注释一行的快捷方式,但我不记得我使用的键盘快捷方式...:\

如何解决我的问题?

谢谢!

您可以在

下找到所有预定义和用户定义的快捷方式

Preferences > Key Bindings - Default

Preferences > Key Bindings - User

当您需要添加快捷方式或更改默认定义的快捷方式时,只需将相关行复制到 Key Bindings - User 并检查 sublime 用于配置的 Json 语法。我不知道法语加拿大键盘有什么变化,但我希望它能解决你的问题。

独立于键盘,Sublime 表示:

⌘ + / Comment/un-comment current line

⌘ + ⌥ + / Block comment current selection

更新:

默认快捷方式列表:http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_osx.html