์ค๋ Windows Terminal Preview 1.6 ๋ฒ์ ์ด ์ถ์๋์์ต๋๋ค. ๋ง์ ๋ถ๋ค์ด ๊ธฐ๋ค๋ฆฌ์๋ ์ ์ ์ค์ UI๊ฐ ๋๋์ด ํฌํจ๋์์ต๋๋ค. ์์ง์ ๊ธฐ๋ณธ ๊ธฐ๋ฅ์ผ๋ก ์ฐ๊ฒฐ๋์ง ์์์ง๋ง, ๊ณต์ ๋ธ๋ก๊ทธ์ ์๋ด๋๋ก Ctrl + Shift + , ํค์ ๋ฐ์ธ๋ฉ๋๋๋ก ์ค์ ํ์ผ์ ์์ ํ๋ฉด ์ค์ UI์ ์ ๊ทผํ์ค ์ ์์ต๋๋ค.
2๊ฐ์ ์ข์์
To bind the settings UI to Ctrl+Shift+,, add the following to your
actionsarray (orkeybindingsif you have an older version of the settings file):
{ โcommandโ: { โactionโ: โopenSettingsโ, โtargetโ: โsettingsUIโ }, โkeysโ: โctrl+shift+,โ },
"actions":
[
...,
{
"command":
{
"action": "openSettings",
"target": "settingsUI"
},
"keys": "ctrl+shift+,"
}
],

1๊ฐ์ ์ข์์