eclipse-theia/theia

Ctrl-P does not work when focus is on terminal

开放

#5,152 创建于 2019年5月15日

 (5 条评论) (0 个反应) (1 位负责人)TypeScript (2,478 个派生)batch import
bughelp wantedterminalui/ux

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

Description

When the focus is on the terminal Ctrl-P does not nothing instead of opening the "File chooser".

Other apps:

  • VsCode: Open "File chooser", regardless of context/focus
  • local terminal app: scroll up in command history

As a User I would expect the VsCode behavior.

Note: This is no problem for Mac users because there "File chooser" action is mapped to "Cmd-P".

Reproduction Steps

Negative:

  1. Click on terminal to give focus
  2. Hit Ctrl-P => nothing happens

Positive:

  1. Click on file navigator to give focus
  2. Hit Ctrl-P => File chooser opens

OS and Theia version:

Diagnostics: none

贡献者指南