Replies: 2 comments 3 replies
-
switching tabs baaed on history of usage is already a preference. |
Beta Was this translation helpful? Give feedback.
3 replies
-
That is my mistake i didnt knew that, But it does what i wanted it do. Thank you very much |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the Zen browser lacks a keyboard shortcut to switch back to the last active tab. While there are shortcuts available to navigate directly to specific tabs (e.g., Ctrl + 1 for Tab 1, Ctrl + 2 for Tab 2, etc.), there is no dedicated shortcut to toggle between the current tab and the previously active tab.
Steps to Reproduce
Expected Behavior
There should be a keyboard shortcut (similar to Ctrl + Tab or Ctrl + Shift + Tab in other browsers) that allows users to quickly toggle between the current tab and the last active tab.
Actual Behavior
No such shortcut exists, forcing users to manually click on the desired tab or use the Ctrl + shortcuts to switch to a specific tab.
Impact
This limitation can be inconvenient, especially for users like frontend developers who frequently need to toggle between two tabs—such as switching between a design file (e.g., Figma) and a live project preview. The absence of this feature increases the time and effort required for repetitive tasks, reducing productivity.
Suggested Solution
Implement a keyboard shortcut to switch to the last active tab. Common conventions in other browsers include:
Alternatively, allow users to customize this shortcut via the browser's settings to accommodate personal preferences.
Beta Was this translation helpful? Give feedback.
All reactions