105161 (2026 Update)

A highly useful quality-of-life improvement that modernizes Blender's interface navigation. However, the shortcut conflicts with existing operators must be resolved before it is ready for a stable release.

: Some users find it "annoying" when specialized operators (like Batch Rename) pop up unexpectedly during navigation, suggesting the need for tighter polling or context checks. 105161

: Initial testing showed that while "Forward" ( Ctrl + F2 ) worked as intended, the "Back" command ( Ctrl + F1 ) failed to trigger in some environments. : Initial testing showed that while "Forward" (

This PR introduces a convenient shortcut-driven method to cycle through different editor types (like the 3D Viewport, Shader Editor, and UV Editor) within a single workspace area. It aims to reduce the "click-heavy" nature of manual editor switching. Key Strengths Key Strengths : The addition of Ctrl +

: The addition of Ctrl + F1 (Back) and Ctrl + F2 (Forward) provides a faster way to navigate tools without moving the mouse to the header menus.

: It allows users to quickly "peek" at another editor type and return to their original view without breaking their concentration.