如何将焦点从任何其他工具 window 转移到 PhpStorm 中的文本编辑器?

How can I move focus from any other tool window to text editor in PhpStorm?

例如,在我使用 Alt+1 快捷方式进入“项目”选项卡并按 Enter 打开特定文件后,我想使用单个快捷方式编辑内容。有什么办法吗?

我可以使用一些东西,但都不是我想要的:

我想要的是在使用键盘从“项目”选项卡(不使用鼠标)打开文件后简单地编辑它。

How can I move focus from any other tool window to text editor in PhpStorm?

只需按 Esc 键。

适用于所有工具 window。对于内置终端,您可以(可能必须)为此类操作配置不同的快捷方式(因为那里可能需要 Esc)。


For an example after I go to the Project tab with Alt+1 shortcut and open specific file with pressing Enter I then want to go and edit content with single shortcut. Is there any way to do it?

为此使用 F4(操作在上下文菜单中可用并称为 Jump to Source)。


Ctrl+Tab - that opens the switcher and selects next file in switcher instead of allowing me to edit file with single Ctrl+Tab

只需按下并快速松开:它的工作方式与 Windows 上的 Alt + Tab 相同。如果您按住修饰键(Ctrl 在这种特殊情况下),它将保持切换器 window 打开。