未验证 提交 f88275a0 编写于 作者: M Megan Rogge 提交者: Johannes Rieken

iPad OS ctrl + c in terminal (#119979)

上级 f3d2dea9
......@@ -125,7 +125,7 @@ if (platform.isWindows) {
if (isIPad) {
registerSendSequenceKeybinding(String.fromCharCode('C'.charCodeAt(0) - CTRL_LETTER_OFFSET), { // ctrl+c
when: ContextKeyExpr.and(KEYBINDING_CONTEXT_TERMINAL_FOCUS),
primary: KeyMod.CtrlCmd | KeyCode.KEY_C
primary: KeyMod.WinCtrl | KeyCode.KEY_C
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册