// Place your key bindings in this file to override the defaults
[
  {
    "key": "ctrl+down",
    "command": "-scrollLineDown",
    "when": "textInputFocus"
  },
  {
    "key": "ctrl+up",
    "command": "-scrollLineUp",
    "when": "textInputFocus"
  },
  {
    "key": "ctrl+down",
    "command": "terminal.focus",
    "when": "editorFocus"
  },
  {
    "key": "ctrl+up",
    "command": "workbench.action.focusActiveEditorGroup",
    "when": "terminalFocus"
  },
  {
    "key": "ctrl+down",
    "command": "-workbench.action.terminal.navigationModeFocusNext",
    "when": "accessibilityModeEnabled && terminalA11yTreeFocus && terminalProcessSupported || accessibilityModeEnabled && terminalFocus && terminalProcessSupported"
  },
  {
    "key": "ctrl+up",
    "command": "-workbench.action.terminal.navigationModeFocusPrevious",
    "when": "accessibilityModeEnabled && terminalA11yTreeFocus && terminalProcessSupported || accessibilityModeEnabled && terminalFocus && terminalProcessSupported"
  }
]

 

내 JSON 파일 백업용

 

 F1 누른 후 keyboardshrotcuts(JSON) 파일 열어서 편집하자

 

 

에디터 창에서 스크롤을 컨트롤 위아래 방향키로 움직이는걸 포기하고

대신에 컨트롤 위 아래 방향키로 에디터창과 터미널창 포커스를 옮기는 것으로 변경함

 

 

'내 개발 환경 preset (windows10)' 카테고리의 다른 글

MinGW-w64 // C, C++ 컴파일러  (0) 2021.06.20
리눅스 환경 구축 (WSL 2 + Ubuntu)  (0) 2021.06.16
Chocolatey 메모  (0) 2021.06.16

+ Recent posts