Skip to content
This repository has been archived by the owner. It is now read-only.

No shortcuts for opening session tabs #13094

Closed
vinicentus opened this issue Feb 11, 2018 · 10 comments
Closed

No shortcuts for opening session tabs #13094

vinicentus opened this issue Feb 11, 2018 · 10 comments

Comments

@vinicentus
Copy link

@vinicentus vinicentus commented Feb 11, 2018

Description

We don't currently have any shortcuts for opening session tabs (edit: we do have Ctrl + Shift + S). Ctrl + Alt + number for Windows and Linux and Option + Cmd + number on MacOS were removed because they interfered with typing special characters (#13015, #13042). What should the shortcut(s) be now? Should it stay the same?

I think we can make it stay the same with event handlers:

if (e.location === keyLocations.DOM_KEY_LOCATION_RIGHT ||

const keyLocations = {
DOM_KEY_LOCATION_STANDARD: 0,
DOM_KEY_LOCATION_LEFT: 1,
DOM_KEY_LOCATION_RIGHT: 2,
DOM_KEY_LOCATION_NUMPAD: 3
}

Or we could change it to Ctrl + Shift + number on Windows and Linux (my suggestion). We have to think about the MacOS shortcuts though.

Steps to Reproduce

Press session tab shortcut (previously Ctrl + Alt + number for Windows and Linux and Option + Cmd + number on MacOS)

Actual result:

Nothing happens on Mac and Linux, Windows handles Ctrl + Alt as AltGr and therefore you can type special characters this way (see #6915).

Expected result:

A session tab should open.

Reproduces how often:

Always, starting from Release Channel v0.20.36.

Brave Version

about:brave info:

Brave: 0.20.36
V8: 6.4.388.41
rev: bba0b92
Muon: 4.7.10
OS Release: 10.0.16299
Update Channel: Release
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 64.0.3282.140

Reproducible on current live release:

No

Additional Information

We probably don't want to type @ when pressing Ctrl + alt + 2 if we just want to open a new session tab...

@eiyey
Copy link

@eiyey eiyey commented Feb 11, 2018

Ctrl + T works for me. Try it and tell us if work for you.

Brave: 0.20.36
V8: 6.4.388.41
rev: bba0b92
Muon: 4.7.10
OS Release: 6.3.9600
Update Channel: Release
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 64.0.3282.140

@vinicentus
Copy link
Author

@vinicentus vinicentus commented Feb 11, 2018

Ctrl + T works for me. Try it and tell us if work for you.

Ctrl + T is the shortcut for opening a new tab, not a new session tab.

@srirambv
Copy link
Collaborator

@srirambv srirambv commented Feb 12, 2018

Ctrl+Shift+S works fine on Windows for opening a session tab on the release build and beta build. Not sure if it is set different on a different regional keyboard.

cc: @bsclifton

@vinicentus
Copy link
Author

@vinicentus vinicentus commented Feb 12, 2018

Ctrl+Shift+S works fine on Windows for opening a session tab on the release build and beta build. Not sure if it is set different on a different regional keyboard.

Thanks! Didn't even know about that shortcut. To clarify though, I'm talking about the ones that got removed here: #13042. You could open a tab with a specific session number with Ctrl + Alt + number.

@eljuno
Copy link
Contributor

@eljuno eljuno commented Feb 12, 2018

+1 from me. As a user who uses session tabs often, shortcut to open specific session would really help. The current Ctrl + Alt + number on stable version is working great although it should be reverted in next release.

Would love to have Ctrl + Shift + number as a replacement. :)

@vinicentus
Copy link
Author

@vinicentus vinicentus commented Feb 14, 2018

+1 from here

@madorb
Copy link

@madorb madorb commented Feb 28, 2018

Agreed, session tabs are the "killer feature" that keep me using brave. Would really love for this to return

@eljuno
Copy link
Contributor

@eljuno eljuno commented Jun 23, 2018

+1 from Twitter https://twitter.com/hanifigunes/status/1010563751274151941

Ctrl + Shift + Number to open specific session tab.

@efugier
Copy link

@efugier efugier commented Aug 24, 2018

For me (linux) Ctrl + Shift + Number doesn't work and Ctrl + Shift + S increments the session number every time, making it unsuable.

@bsclifton
Copy link
Member

@bsclifton bsclifton commented Sep 21, 2018

Unfortunately, this isn't something we'll be able to address with the current code-base. You can track the session window feature request in the new code-base with brave/brave-browser#34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
7 participants
You can’t perform that action at this time.