linux/y*: add Korean translation (#14430)

This commit is contained in:
코드싸이
2024-10-28 16:30:30 +09:00
committed by GitHub
parent abb7a0e572
commit a371803a48
6 changed files with 130 additions and 0 deletions

20
pages.ko/linux/ydotool.md Normal file
View File

@@ -0,0 +1,20 @@
# ydotool
> 디스플레이 서버와 무관하게 명령을 통해 키보드 및 마우스 입력을 제어.
> 더 많은 정보: <https://github.com/ReimuNotMoe/ydotool>.
- ydotool 데몬을 백그라운드에서 시작:
`ydotoold`
- 왼쪽 클릭 입력 수행:
`ydotool click 0xC0`
- 오른쪽 클릭 입력 수행:
`ydotool click 0xC1`
- Alt+F4 입력:
`ydotool key 56:1 62:1 62:0 56:0`