Bug 508857 - [Electron] add a shortcut to switch tabs
Summary: [Electron] add a shortcut to switch tabs
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Electron (show other bugs)
Version: 13.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 14.0   Edit
Assignee: XinYi Jiang CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2016-12-07 14:39 EST by XinYi Jiang CLA
Modified: 2017-01-05 13:58 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description XinYi Jiang CLA 2016-12-07 14:39:05 EST
When user open multiple tabs in Electron Orion, user can use
Alt+Tab in Wins
another combination in Mac(need to figure out later)
to switch the active tab between opened tabs
Comment 1 Carolyn MacLeod CLA 2016-12-07 15:11:54 EST
The shortcut keys for Windows (all browsers) and Mac (all except Safari) are:
- switch to next tab:  Ctrl+Tab
- switch to previous tab:  Ctrl+Shift+Tab

For Safari on Mac the keys are:
- switch to next tab:  Cmd+Shift+RightArrow
- switch to previous tab:  Cmd+Shift+LeftArrow

Maybe Safari also supports Ctrl+Tab and Ctrl+Shift+Tab - would need to try this out. If it does, then we can use the same shortcuts everywhere.

(Feel free to also implement the keyboard shortcut for "Close Current Tab", which is Ctrl+W on Windows and Cmd+W on Mac  :)
Comment 2 Eclipse Genie CLA 2016-12-07 15:39:59 EST
New Gerrit change created: https://git.eclipse.org/r/86668
Comment 3 Carolyn MacLeod CLA 2016-12-07 21:11:01 EST
Confirmed that Safari also supports Ctrl+Tab and Ctrl+Shift+Tab so yes, we can use those shortcuts everywhere.
Comment 5 Michael Rennie CLA 2017-01-05 13:58:22 EST
Merged.