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

Closed
opened 2026-01-30 23:47:09 +00:00 by claunia · 4 comments
Owner

Originally created by @hybcloud on GitHub (Oct 12, 2019).

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)

Originally created by @hybcloud on GitHub (Oct 12, 2019). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). -->when typing "shift + insert",wsl should insert the content in clipboard into command line # Proposed technical implementation details (optional) <!-- A clear and concise description of what you want to happen. -->
Author
Owner

@carlos-zamora commented on GitHub (Oct 12, 2019):

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

@carlos-zamora commented on GitHub (Oct 12, 2019): You should be able to add it as a keybinding for "paste" as "shift+ins", I believe.
Author
Owner

@PromoFaux commented on GitHub (Oct 26, 2019):

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

@PromoFaux commented on GitHub (Oct 26, 2019): @carlos-zamora thanks for the pointer! That said, it appears the correct value is `shift+insert` for it to work :)
Author
Owner

@vineethrp commented on GitHub (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?

@vineethrp commented on GitHub (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?
Author
Owner

@ghost commented on GitHub (Feb 13, 2020):

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

Handy links:

@ghost commented on GitHub (Feb 13, 2020): :tada:This issue was addressed in #4467, which has now been successfully released as `Windows Terminal Preview v0.9.433.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v0.9.433.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4411