提交 58de2a32 编写于 作者: J Joao Moreno

Revert "Add ctrl+p and ctrl+n to CommonKeybindings"

This reverts commit b01fb0bf.
上级 669064fb
......@@ -492,12 +492,10 @@ export class CommonKeybindings {
public static CTRLCMD_BACKSPACE: number = KeyMod.CtrlCmd | KeyCode.Backspace;
public static UP_ARROW: number = KeyCode.UpArrow;
public static WINCTRL_P: number = KeyMod.WinCtrl | KeyCode.KEY_P;
public static SHIFT_UP_ARROW: number = KeyMod.Shift | KeyCode.UpArrow;
public static CTRLCMD_UP_ARROW: number = KeyMod.CtrlCmd | KeyCode.UpArrow;
public static DOWN_ARROW: number = KeyCode.DownArrow;
public static WINCTRL_N: number = KeyMod.WinCtrl | KeyCode.KEY_N;
public static SHIFT_DOWN_ARROW: number = KeyMod.Shift | KeyCode.DownArrow;
public static CTRLCMD_DOWN_ARROW: number = KeyMod.CtrlCmd | KeyCode.DownArrow;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册