Windows Terminal Preview 1.6 μΆœμ‹œ

였늘 Windows Terminal Preview 1.6 버전이 μΆœμ‹œλ˜μ—ˆμŠ΅λ‹ˆλ‹€. λ§Žμ€ 뢄듀이 κΈ°λ‹€λ¦¬μ‹œλ˜ 정식 μ„€μ • UIκ°€ λ“œλ””μ–΄ ν¬ν•¨λ˜μ—ˆμŠ΅λ‹ˆλ‹€. 아직은 κΈ°λ³Έ κΈ°λŠ₯으둜 μ—°κ²°λ˜μ§€ μ•Šμ•˜μ§€λ§Œ, 곡식 λΈ”λ‘œκ·Έμ˜ μ•ˆλ‚΄λŒ€λ‘œ Ctrl + Shift + , 킀에 λ°”μΈλ”©λ˜λ„λ‘ μ„€μ • νŒŒμΌμ„ μˆ˜μ •ν•˜λ©΄ μ„€μ • UI에 μ ‘κ·Όν•˜μ‹€ 수 μžˆμŠ΅λ‹ˆλ‹€.

2개의 μ’‹μ•„μš”

To bind the settings UI to Ctrl+Shift+,, add the following to your actions array (or keybindings if 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+,"
        }
    ],

image

1개의 μ’‹μ•„μš”