add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/linux/scrot.md Normal file
View File

@@ -0,0 +1,32 @@
# scrot
> 屏幕截图工具。
> 更多信息:<https://github.com/resurrecting-open-source-projects/scrot>。
- 捕获屏幕截图并将其保存到当前目录,文件名为当前日期:
`scrot`
- 捕获屏幕截图并将其保存为 `capture.png`
`scrot {{capture.png}}`
- 交互式捕获屏幕截图:
`scrot --select`
- 交互式捕获屏幕截图,按键盘输入时不退出,按 `ESC` 键退出:
`scrot --select --ignorekeyboard`
- 交互式捕获屏幕截图,通过彩色线条划定区域:
`scrot --select --line color={{x11_color|rgb_color}}`
- 从当前聚焦的窗口捕获屏幕截图:
`scrot --focused`
- 在拍摄屏幕截图之前显示10秒的倒计时
`scrot --count --delay {{10}}`