Skip to content
Snippets Groups Projects
Commit 3831da53 authored by Ji Hun Kim's avatar Ji Hun Kim
Browse files

Updated keybinding manuals

parent 8d014c1a
Branches master
No related tags found
No related merge requests found
...@@ -290,9 +290,9 @@ git [다운로드](https://git-scm.com/download/win) : git-scm ...@@ -290,9 +290,9 @@ git [다운로드](https://git-scm.com/download/win) : git-scm
|CTRL + N|파일 생성|workbench.action.files.newUntitiledFile| |CTRL + N|파일 생성|workbench.action.files.newUntitiledFile|
|CTRL + K 이후 CTRL + F|(지원하는 파일에 한에서) 들여쓰기 정렬|editor.action.formatSelection| |CTRL + K 이후 CTRL + F|(지원하는 파일에 한에서) 들여쓰기 정렬|editor.action.formatSelection|
- 단축키는 파일 -> 기본 설정 -> 바로가기 키 또는 CTRL + K 이후 CTRL + S 단축키를 통해 직접 설정할 수 있고 또 - 단축키는 파일 -> 기본 설정 -> 바로가기 키 또는 CTRL + K 이후 CTRL + S 단축키를 통해 직접 설정할 수 있는데
<img src="./FOSS/keybind.png" alt="keybind"/>
해당 버튼으로 직접 keybindings.json을 수정하여 단축키를 추가할 수 있다. 단축키를 추가하는 코드는 다음과 같다. 해당 버튼으로 직접 keybindings.json을 수정하여 단축키를 추가할 수 있다. 단축키를 추가하는 코드는 다음과 같다.
<img src="./FOSS/keybind.png" alt="keybind"/>
{ {
"key": "누를 키", "key": "누를 키",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment