mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
grim: fix style issues (#15851)
This commit is contained in:
parent
bab3a27ea4
commit
00e4856dc5
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Captura de pantalla de una región específica:
|
||||
|
||||
`grim -g "{{<posición_x>,<posición_y> <ancho>x<alto>}}"`
|
||||
`grim -g "{{posición_x}},{{posición_y}} {{ancho}}x{{alto}}"`
|
||||
|
||||
- Selecciona una región específica y toma una captura de dicha porción, usando slurp:
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- 특정 영역의 스크린샷 캡처:
|
||||
|
||||
`grim -g "{{<x_위치>,<y_위치> <너비>x<높이>}}"`
|
||||
`grim -g "{{x_위치}},{{y_위치}} {{너비}}x{{높이}}"`
|
||||
|
||||
- 특정 영역을 선택하고 스크린샷 캡처 (slurp 사용):
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Screenshot a specific region:
|
||||
|
||||
`grim -g "{{<x_position>,<y_position> <width>x<height>}}"`
|
||||
`grim -g "{{x_position}},{{y_position}} {{width}}x{{height}}"`
|
||||
|
||||
- Select a specific region and screenshot it, (using slurp):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue