common/l*: add Korean translation (#14665)
This commit is contained in:
36
pages.ko/common/lynx.md
Normal file
36
pages.ko/common/lynx.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# lynx
|
||||
|
||||
> 명령줄 웹 브라우저.
|
||||
> 더 많은 정보: <https://lynx.browser.org>.
|
||||
|
||||
- 웹사이트 방문:
|
||||
|
||||
`lynx {{example.com}}`
|
||||
|
||||
- 익명 계정에 대한 제한 적용:
|
||||
|
||||
`lynx -anonymous {{example.com}}`
|
||||
|
||||
- 가능할 경우 마우스 지원 활성화:
|
||||
|
||||
`lynx -use_mouse {{example.com}}`
|
||||
|
||||
- 가능할 경우 컬러 모드 강제 활성화:
|
||||
|
||||
`lynx -color {{example.com}}`
|
||||
|
||||
- 특정 파일을 사용하여 쿠키를 읽고 쓰면서 링크 열기:
|
||||
|
||||
`lynx -cookie_file={{경로/대상/파일}} {{example.com}}`
|
||||
|
||||
- 페이지의 링크를 앞뒤로 탐색:
|
||||
|
||||
`{{위쪽 화살표 키|아래쪽 화살표 키}}`
|
||||
|
||||
- 이전에 표시된 페이지로 돌아가기:
|
||||
|
||||
`{{왼쪽 화살표 키|u}}`
|
||||
|
||||
- 종료:
|
||||
|
||||
`q + y`
|
Reference in New Issue
Block a user