...

ํฐ๋ฏธ๋ โ ์๋ํฐ ๊ฐํธ ์ ํํ๊ธฐ
๊ฐ๋ฐ์ ํ ๋, ํฐ๋ฏธ๋๊ณผ ์ฝ๋ ์๋ํฐ ์ฌ์ด๋ฅผ ํฌ์ปค์ค ์ ํ์ ํ ๊ฒฝ์ฐ๊ฐ ๋ง์ด ์๊ธด๋ค. vscode์๋ ๋ฐ๋ก ์ด ๊ธฐ๋ฅ์ ๋ํ ๋จ์ถํค๋ฅผ ์ง์ํ์ง ์์ ์ฐ๋ฆฌ๊ฐ ์ง์ ๊ตฌํํด์ฃผ์ด์ผ ํ๋ค.
1. ctrl + shift + p๋ฅผ ๋๋ฅด๊ณ Open keyboard Shortcuts (JSON) ์ผ๋ก ๋ค์ด๊ฐ ์ค์ ํ๋ค. Default๊ฐ ์๋๋ค. ์ ์ํ์

2. ๊ทธ๋ฆฌ๊ณ ๋ค์ ์ฒ๋ผ ์์ฑํด์ฃผ๋ฉด ๋๋ค. ํ์๋ ctrl + ; ๋ก ๋ ์ฐฝ์ ์์ฝ๊ฒ ์ ํํ๋๋ก ์ค์ ํ์๋ค.
// ํค ๋ฐ์ธ๋ฉ์ ์ด ํ์ผ์ ๋ฃ์ด์ ๊ธฐ๋ณธ๊ฐ ์ฌ์ ์
[
// 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"
}
]
์ธ์ฉํ ๋ถ๋ถ์ ์์ด ๋ง์ผ ๋๋ฝ๋ ์ถ์ฒ๊ฐ ์๋ค๋ฉด ๋ฐ๋์ ์๋ ค์ฃผ์๋ฉด ๊ฐ์ฌํ๊ฒ ์ต๋๋ค
์ด ๊ธ์ด ์ข์ผ์ จ๋ค๋ฉด ๊ตฌ๋ & ์ข์์
์ฌ๋ฌ๋ถ์ ๊ตฌ๋
๊ณผ ์ข์์๋
์ ์์๊ฒ ํฐ ํ์ด ๋ฉ๋๋ค.