microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
95.96k stars 8.35k forks source link

Cant type. Shortcuts dont work. #6531

Closed Bobcruise closed 4 years ago

Bobcruise commented 4 years ago

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.

zadjii-msft commented 4 years ago

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?

Bobcruise commented 4 years ago

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?

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"
    }
  ]
}
Refactoring commented 4 years ago

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

DHowett commented 4 years ago

This seems like a /dupe of #4448

ghost commented 4 years ago

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!