eclipse-theia/theia

Ctrl-P does not work when focus is on terminal

Open

#5,152 opened on May 15, 2019

View on GitHub
 (5 comments) (0 reactions) (1 assignee)TypeScript (18,676 stars) (2,478 forks)batch import
bughelp wantedterminalui/ux

Description

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

Contributor guide