Coding, Filming, and Nothing
article thumbnail

 

VsCode를 열고 cmd + shift + P 

 

Preferences: Open Keyboard Shortcuts (JSON) 선택

 

아래 copy & paste 

// Place your key bindings in this file to override the defaultsauto[]
[
    {
      "key": "ctrl+;",
      "command": "terminal.focus",
      "when": "editorFocus"
    },
    {
      "key": "ctrl+;",
      "command": "workbench.action.focusActiveEditorGroup",
      "when": "terminalFocus"
    }
  ]

*ctrl : control key

*cmd : command key 

profile

Coding, Filming, and Nothing

@_안쑤

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!