Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newTabProfile shortcut hinting #5083

Closed
baruchiro opened this issue Mar 23, 2020 · 3 comments
Closed

newTabProfile shortcut hinting #5083

baruchiro opened this issue Mar 23, 2020 · 3 comments
Labels
Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Product-Terminal The new Windows Terminal.

Comments

@baruchiro
Copy link

Description of the new feature/enhancement

We want to use more and more shortcuts instead of using the mouse, but for doing that we need to remember all the Windows Terminal shortcuts.

I thought about something like if you hold the Ctrl + Shift you will see the profiles list:
image

And then you just need to add a number to your holds to open the relevant profile.

Proposed technical implementation details (optional)

  1. You want to open a new profile but you don't remember the profile number.
  2. You start with the shared shortcut: Ctrl + Shift
  3. The popup with the profiles numbers opened.
  4. You add the relevant number to the Ctrl + Shift holding,

You can expand this Feature Request to all shortcuts (related to #4695)

@baruchiro baruchiro added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Mar 23, 2020
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Mar 23, 2020
@zadjii-msft
Copy link
Member

I'm not sure that this is something that would really be possible - since users can override the keybindings arbitrarily, there's no way to know for sure if the newTab keybindings shared a common prefix (like ctrl+shift).

There's also the openNewTabDropdown action, bound to ctrl+shift+space by default, which might work for the scenario you're describing.

@zadjii-msft zadjii-msft added Product-Terminal The new Windows Terminal. and removed Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. labels Mar 23, 2020
@baruchiro
Copy link
Author

You're right. the ctrl+shift+space (how do you mark it as a keys combination in markdown?) is almost what I suggested.

Closing

@zadjii-msft
Copy link
Member

@baruchiro Thanks for following up!

As far as the markdown, you're looking for <kbd>ctrl+shift+space</kbd> 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Product-Terminal The new Windows Terminal.
Projects
None yet
Development

No branches or pull requests

2 participants