Asahi Linux KDE ์ธํ
๋ด ์ทจํฅ์ ๋ง์ถ ์์ํ ์ธํ
๊ฐ๋ค์ด๋ค.
๊ธฐ๋ก ๊ฒธ ๊ณต์ ๋ฅผ ์ํด์ ์ ์ด๋๋ค. ์์๋ก ์
๋ฐ์ดํธ๋ ์ ์์
Command ํค๋ฅผ ์ปจํธ๋กค ํค๋ก ๋งคํ
๋งฅ๋ถ ์ํ ๋ฐฐ์ด์ ์ต์ํ๋ค๋ฉด, Command ๋ฒํผ์ ์ปจํธ๋กค ํค๋ก ํ์ฉํ๋ ๊ฒ์ ์ ํธํ ๊ฒ์ด๋ค.
ํ์ง๋ง ์์ฌํ ๊ธฐ๋ณธ ํค๋ณด๋ ๋งคํ์์๋ ์ง์ง ์ปจํธ๋กค ํค๋ก ์ฌ์ฉํ์ง ์๋๋ค.
๋งฅ๋ถ๊ณผ ๋๋ฑํ ๊ฒฝํ์ ์ํ๋ค๋ฉด, ํค๋ณด๋ ํค ๋ฐ์ธ๋ฉ์์ ์ ๊ฑธ ์ผ์ฃผ๋ฉด ๋๋ค.
ํ์ ๋ณํ์ Option ํค๋ก ์ค์
๊ธฐ๋ณธ ํ์ ์ ํ ํค๋ ์ปจํธ๋กค+์คํ์ด์ค๋ค. ๊ทผ๋ฐ ์ด๊ฑด ์ข ๋ถํธํ๋ค.
์ด๋ฌ๋ฉด ์ค๋ฅธ์ชฝ Option ํค๋ก ํ์ ์ ํ์ด ๋๋ค.
VSCode ํค ๋ฐ์ธ๋ฉ
๋ค๋ฅธ ํ๋ซํผ์์๋ ์๋์ผ๋ก ๋ฐ์ธ๋ฉ๋๋ ๊ฒ๋ค์ด ์ด์งธ์์ธ์ง ํ๋๋ผ+KDE์์๋ ์๋๋๋ผ
ํ์ผ ์ต์คํ๋ก๋ฌ์์ ์ํฐ๋ฅผ ์ณ๋ ํ์ผ๋ช
๋ณ๊ฒฝ ์ฌ์ ๋ก ์ ํ๋์ง ์๊ณ , ์ปจํธ๋กค ๋ฐฑ์คํ์ด์ค๋ฅผ ๋๋ฌ๋ ํ์ผ์ด ์ญ์ ๋์ง ์๋๋ค.
๊ทธ๊ฑธ ์ํ๋ค๋ฉด ํค ๋ฐ์ธ๋ฉ์ ๋ค์ ์ค์ ์ ์ถ๊ฐํ๋ค.
// Place your key bindings in this file to override the defaults
[
{
"key": "enter",
"command": "renameFile",
"when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
},
{
"key": "ctrl+backspace",
"command": "moveFileToTrash",
"when": "explorerResourceMoveableToTrash && filesExplorerFocus && foldersViewVisible && !inputFocus"
}
]