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

somebody needs to add ctrl&shift+ins to the default settings #3162

Closed
hybcloud opened this issue Oct 12, 2019 · 4 comments · Fixed by #4467
Closed

somebody needs to add ctrl&shift+ins to the default settings #3162

hybcloud opened this issue Oct 12, 2019 · 4 comments · Fixed by #4467
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Issue-Task It's a feature request, but it doesn't really need a major design. Needs-Tag-Fix Doesn't match tag requirements Priority-3 A description (P3) Product-Terminal The new Windows Terminal. Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release.
Milestone

Comments

@hybcloud
Copy link

Description of the new feature/enhancement

when typing "shift + insert",wsl should insert the content in clipboard into command line

Proposed technical implementation details (optional)

@hybcloud hybcloud added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Oct 12, 2019
@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 Oct 12, 2019
@carlos-zamora
Copy link
Member

You should be able to add it as a keybinding for "paste" as "shift+ins", I believe.

@carlos-zamora carlos-zamora added Area-Settings Issues related to settings and customizability, for console or terminal Product-Terminal The new Windows Terminal. and removed Needs-Tag-Fix Doesn't match tag requirements labels Oct 12, 2019
@DHowett-MSFT DHowett-MSFT added Issue-Task It's a feature request, but it doesn't really need a major design. Help Wanted We encourage anyone to jump in on these. and removed Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Oct 14, 2019
@DHowett-MSFT DHowett-MSFT changed the title shift+insert don't function somebody needs to add ctrl&shift+ins to the default settings Oct 14, 2019
@PromoFaux
Copy link

@carlos-zamora thanks for the pointer! That said, it appears the correct value is shift+insert for it to work :)

@vineethrp
Copy link

vineethrp commented Jan 9, 2020

I tried adding the key bindings for shift+insert, but is not working.
This is my settings:

"keybindings" :
 [
    {
      "command": "paste",
       "keys": 
      [
         "shift+insert"					
      ]
   }
],

Now when I try to paste using "Shift+Insert", I get " 2~"

Am I missing something in the settings?

@ghost ghost added the In-PR This issue has a related PR label Feb 5, 2020
@ghost ghost removed the Help Wanted We encourage anyone to jump in on these. label Feb 5, 2020
@ghost ghost added Needs-Tag-Fix Doesn't match tag requirements Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed In-PR This issue has a related PR labels Feb 5, 2020
@ghost
Copy link

ghost commented Feb 13, 2020

🎉This issue was addressed in #4467, which has now been successfully released as Windows Terminal Preview v0.9.433.0.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Issue-Task It's a feature request, but it doesn't really need a major design. Needs-Tag-Fix Doesn't match tag requirements Priority-3 A description (P3) Product-Terminal The new Windows Terminal. Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants