1
0
Fork 0
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:
Managor 2025-03-05 01:56:20 +02:00 committed by GitHub
parent bab3a27ea4
commit 00e4856dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -13,7 +13,7 @@
- 특정 영역의 스크린샷 캡처:
`grim -g "{{<x_위치>,<y_위치> <너비>x<높이>}}"`
`grim -g "{{x_위치}},{{y_위치}} {{너비}}x{{높이}}"`
- 특정 영역을 선택하고 스크린샷 캡처 (slurp 사용):

View file

@ -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):