eclipse-theia/theia

[keybinding][windows] Keybinding collisions

Open

#6,153 opened on Sep 10, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
OS/Windowsbughelp wantedkeybindingsterminal

Description

Description

There is a keybinding collision in Theia. Happens on Windows.

root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]

Reproduction Steps

Start Theia on Windows.

OS and Theia version: Windows a9a39db21 Diagnostics:

Contributor guide

[keybinding][windows] Keybinding collisions · eclipse-theia/theia#6153 | Good First Issue