简体   繁体   English

在 Webstorm/IntelliJ 终端工具 window 中从终端全屏到 go 的键盘快捷方式?

[英]Keyboard Shortcut to go full screen in Webstorm/IntelliJ Terminal tool window from terminal?

I googled but have not found any solving documentation/thread regarding this:我用谷歌搜索但没有找到与此相关的任何解决文档/线程:

Is there a way to set keyboard shortcut to go full screen in Webstorm Terminal tool window from Terminal window?有没有办法在终端 window 的 Webstorm 终端工具 window 中将键盘快捷键设置为 go 全屏?

I know shortcut shift+Command+' but that doesn't work for me inside terminal.我知道快捷方式 shift+Command+' 但这对我在终端内不起作用。 I know by double clicking it you can toggle it to full screen but wondering that is it possible to set keyboard shortcut to do it as I do this operation often.我知道通过双击它可以将它切换到全屏,但想知道是否可以设置键盘快捷键来执行此操作,因为我经常执行此操作。

Try the "Maximize tool window" command in the menu - Window -> Active Tool Window -> Maximize tool window尝试菜单中的“最大化工具窗口”命令 - Window -> Active Tool Window -> Maximize tool window

从主工具栏菜单

Or from terminal tool menu - Resize -> Maximize tool window或者从终端工具菜单 - Resize -> Maximize tool window

从终端工具菜单

Warning!警告! The following shortcut only works if "Override IDE shortcuts" option is disabled以下快捷方式仅在禁用“覆盖 IDE 快捷方式”选项时有效

To map a shortcut to this, open the Preferences dialog and type "Maximize tool window" to search the settings.要将快捷方式映射到此,请打开“首选项”对话框并键入“最大化工具窗口”以搜索设置。 It should find a match in the keymap section, and you can then use it to assign a shortcut.它应该在键盘映射部分找到匹配项,然后您可以使用它来分配快捷方式。

webstorm 的图像最大化工具窗口设置

It will warn you if you already have something assigned to your choice.如果您已经为您的选择分配了一些东西,它会警告您。

Warning!警告! The following option will cause some problems in Terminal, for example, editing in vim ( Esc key) etc.以下选项会在终端中引起一些问题,例如在 vim 中编辑( Esc键)等。

Also, you can to checkout the "Override IDE shortcuts" setting in the Terminal section of the Preferences.此外,您可以检查首选项的终端部分中的“覆盖 IDE 快捷方式”设置。 This is enabled by default - I turn it off and find it resolves a lot of niggles I have with using the terminal.这是默认启用的 - 我将其关闭并发现它解决了我在使用终端时遇到的很多问题。 The shortcut above only works if it's disabled.上面的快捷方式仅在禁用时才有效。

结帐覆盖 IDE 快捷方式

在 Mac 中 cmd+shift+fn+12 可以解决问题

I mostly like zen mode - cmd(ctrl)+K,Z我最喜欢禅模式 - cmd(ctrl)+K,Z

enter image description here在此处输入图像描述

Double press 'escape' from anywhere will bring you back to editor tab.从任何地方双击“退出”将带您回到编辑器选项卡。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM