HOME TIP & TECH

TIP & TECH

TIP & TECH 상세
windows terminal preview 에 대한 단축키 설정에 대한 정보 정리

onionmixer 2020-03-28 17:34:45 2273

1. https://jussiroine.com/2019/08/getting-started-with-windows-terminal/
2. https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md
3. https://gist.github.com/mehulmpt/16826be279bb9bf70310b465ca9c5de3
4. https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingJsonSettings.md#adding-copy-and-paste-keybindings
5. https://github.com/microsoft/terminal/blob/master/src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp
6. https://github.com/microsoft/terminal/issues/537


제가 사용하는 예제값은 다음과 같습니다.

"keybindings": [
{ "command": "nextTab", "keys": ["ctrl+shift+right"] },
{ "command": "prevTab", "keys": ["ctrl+shift+left"] },
{ "command": "closeTab", "keys": "ctrl+shift+w" },
{ "command": "copy", "keys": "ctrl+shift+c" },
{ "command": "newTab", "keys": "ctrl+shift+t" },
{ "command": "copy", "keys": ["ctrl+shift+insert"] },
{ "command": "paste", "keys": ["shift+insert"] }
]

댓글 0개

이전글/다음글 목록
이전 기상정보 API 관련된 web 페이지 모음
다음 systemd 세상에서 coredump 에 대처하는법