[GH-ISSUE #258] Tab System #2: Shortcut #256

Open
opened 2026-03-03 19:49:27 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Jun 19, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/258

Originally assigned to: @kics223w1 on GitHub.

Description

Use Windows-style shortcut for tab navigations

Acceptance Criteria

  • Press Ctrl+Tab ↹ to change to the next tab, if it's the end of the list -> Go back to the first tab

  • Press Ctrl+⇧ Shift+Tab ↹ to switch to the previous tab.. If you are already on the furthest tab to the left, this will send you to the furthest tab on the right..

  • Press Ctrl plus a number key to switch to a specific tab.
    For example:

  • Press Ctrl + 1 to open the first tab on the left.

  • Press Ctrl + 2 to open the second tab.

  • Press Ctrl + 3 to open the third tab.

  • Ctrl + w to close the current tab -> After closing -> Auto select the tab on the left. Don't allow closing the Proxyman Tab (Tab index = 0).

Menu

  • Add the Tab Menu like Google Chrome
    Screenshot 2023-06-19 at 08 47 26

Implement the following menu items:

  • Select Next Tab: Ctrl+Tab ↹

  • Select Previous Tab: Ctrl+⇧ Shift+Tab ↹

  • Close this Tab => (Disable it if we're selecting the Proxyman Tab)

  • Close Other Tabs => Close other tabs except for the current tab and the Proxyman Tab

  • Implement the Tab Index
    Screenshot 2023-06-19 at 08 50 38

=> Show all tabs with Title
=> Show for the current selected tab
=> Able to switch to this tab by clicking on the menu item

Originally created by @NghiaTranUIT on GitHub (Jun 19, 2023). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/258 Originally assigned to: @kics223w1 on GitHub. ## Description Use Windows-style shortcut for tab navigations ## Acceptance Criteria - Press Ctrl+Tab ↹ to change to the next tab, if it's the end of the list -> Go back to the first tab - Press Ctrl+⇧ Shift+Tab ↹ to switch to the previous tab.. If you are already on the furthest tab to the left, this will send you to the furthest tab on the right.. - Press Ctrl plus a number key to switch to a specific tab. For example: - Press Ctrl + 1 to open the first tab on the left. - Press Ctrl + 2 to open the second tab. - Press Ctrl + 3 to open the third tab. - Ctrl + w to close the current tab -> After closing -> Auto select the tab on the left. Don't allow closing the Proxyman Tab (Tab index = 0). ## Menu - Add the Tab Menu like Google Chrome <img width="902" alt="Screenshot 2023-06-19 at 08 47 26" src="https://github.com/ProxymanApp/proxyman-windows-linux/assets/5878421/400b65f5-28a5-477b-9a50-aaa6492b4949"> Implement the following menu items: - Select Next Tab: Ctrl+Tab ↹ - Select Previous Tab: Ctrl+⇧ Shift+Tab ↹ - Close this Tab => (Disable it if we're selecting the Proxyman Tab) - Close Other Tabs => Close other tabs except for the current tab and the Proxyman Tab - Implement the Tab Index <img width="444" alt="Screenshot 2023-06-19 at 08 50 38" src="https://github.com/ProxymanApp/proxyman-windows-linux/assets/5878421/47d74287-1282-44a9-9a00-beac4c644d3d"> => Show all tabs with Title => Show ✅ for the current selected tab => Able to switch to this tab by clicking on the menu item
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxyman-windows-linux#256
No description provided.