Cant type. Shortcuts dont work. #9057

Closed
opened 2026-01-31 01:44:53 +00:00 by claunia · 5 comments
Owner

Originally created by @Bobcruise on GitHub (Jun 16, 2020).

Environment

Windows build number: 10.0.19041.329
Windows Terminal version: 1.0.1401.0 (Microsoft Store version)

Actual behavior

It's like the keyboard doesn't work. Cant use shortcuts(ex. switch shell) I can paste commands with the mouse right click.

Originally created by @Bobcruise on GitHub (Jun 16, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. --> # Environment Windows build number: 10.0.19041.329 Windows Terminal version: 1.0.1401.0 (Microsoft Store version) # Actual behavior It's like the keyboard doesn't work. Cant use shortcuts(ex. switch shell) I can paste commands with the mouse right click. <!-- What's actually happening? -->
claunia added the Resolution-DuplicateProduct-Terminal labels 2026-01-31 01:44:53 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jun 16, 2020):

Any chance you're using PowerToys?

If you manually click in the "terminal" part of the window, can you type again?

Could you share your settings.json?

@zadjii-msft commented on GitHub (Jun 16, 2020): Any chance you're using PowerToys? If you manually click in the "terminal" part of the window, can you type again? Could you share your `settings.json`?
Author
Owner

@Bobcruise commented on GitHub (Jun 16, 2020):

In the past i used the PowerToys but i deleted.

If you manually click in the "terminal" part of the window, can you type again?

  • No.

I tried reinstall the app, and reboot, but no help.
Settings file (i deleted the comments):

Ui: I tried the preview version(1.0.1402.0), but the same problem.

{
  "$schema": "https://aka.ms/terminal-profiles-schema",

  "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",

  "copyOnSelect": false,

  "copyFormatting": false,

  "profiles": {
    "defaults": {
      
    },
    "list": [

      {      
        "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
        "name": "Command Prompt",
        "commandline": "cmd.exe",
        "hidden": false
      },

      {      
        "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
        "name": "Windows PowerShell",
        "commandline": "powershell.exe",
        "hidden": false
      },

      {
        "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
        "hidden": false,
        "name": "Azure Cloud Shell",
        "source": "Windows.Terminal.Azure"
      }
    ]
  },

  "schemes": [],
 
  "keybindings": [
   
    {
      "command": {
        "action": "copy",
        "singleLine": false
      },
      "keys": "ctrl+c"
    },
	
    {
      "command": "paste",
      "keys": "ctrl+v"
    },
	
    {
      "command": "find",
      "keys": "ctrl+shift+f"
    },
   
    {
      "command": {
        "action": "splitPane",
        "split": "auto",
        "splitMode": "duplicate"
      },
      "keys": "alt+shift+d"
    }
  ]
}
@Bobcruise commented on GitHub (Jun 16, 2020): In the past i used the PowerToys but i deleted. **If you manually click in the "terminal" part of the window, can you type again?** - No. I tried reinstall the app, and reboot, but no help. Settings file (i deleted the comments): **Ui:** I tried the preview version(1.0.1402.0), but the same problem. ``` { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "copyOnSelect": false, "copyFormatting": false, "profiles": { "defaults": { }, "list": [ { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "Command Prompt", "commandline": "cmd.exe", "hidden": false }, { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", "commandline": "powershell.exe", "hidden": false }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ] }, "schemes": [], "keybindings": [ { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "paste", "keys": "ctrl+v" }, { "command": "find", "keys": "ctrl+shift+f" }, { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } ] } ```
Author
Owner

@Refactoring commented on GitHub (Jun 16, 2020):

I have the same problem. Is it due to a system update? I installed system updates(KB4557957, KB4560366) on June 12。

@Refactoring commented on GitHub (Jun 16, 2020): I have the same problem. Is it due to a system update? I installed system updates(KB4557957, KB4560366) on June 12。
Author
Owner

@DHowett commented on GitHub (Jun 16, 2020):

This seems like a /dupe of #4448

@DHowett commented on GitHub (Jun 16, 2020): This seems like a /dupe of #4448
Author
Owner

@ghost commented on GitHub (Jun 16, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jun 16, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9057