IntelliJ IDEA 中视图模式的快捷方式

Shortcuts for view modes in IntelliJ IDEA

我找不到在 IntelliJ IDEA 中切换全屏无干扰查看模式的快捷方式。我的问题是:

谢谢!

默认配置中不存在快捷方式(如 here, and in this YouTube video that showcases its use 所示)。

您可以通过转到 File > Settings > Keymap 并在过滤器字段中键入 distract(或展开 Main menu > View > Toggle Distraction Free mode 树)自行分配它(无干扰示例)。右键单击该项目并 select Add Keyboard Shortcut(或阅读 this manual on how to assign shortcuts in IntelliJ)。

我想补充一下现有的答案,确实有一个间接的键盘快捷键来改变视图模式。

ctrl+` > 4 > 1 (for presentation mode)
ctrl+` > 4 > 2 (for distraction free mode)

在intellij idea v18.1.4 终极版上测试

在 IntelliJ IDEA Ultimate 2019.2 中,键盘快捷键是

ctrl + ` > 5 > 1 (for presentation mode)
ctrl + ` > 5 > 2 (for distraction free mode)