eclipse-theia/theia

[keybinding][windows] Keybinding collisions

オープン

#6,153 opened on 2019/09/10

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (2,478 件のフォーク)batch import
OS/Windowsbughelp wantedkeybindingsterminal

Repository metrics

Stars
 (18,676 個のスター)
PR merge metrics
 (平均マージ 15d 4h) (30d で 75 merged PRs)

説明

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:

コントリビューターガイド