mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
pages: fix typo (#11934)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
e3292d315b
commit
3b8dd30d52
14 changed files with 27 additions and 27 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Soft drop the piece:
|
||||
|
||||
`{{Down arrow key}}`
|
||||
`<Down arrow key>`
|
||||
|
||||
- Hard drop the piece:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- Render the animation of a specific scene, starting at frame 10 and ending at frame 500:
|
||||
|
||||
`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} -e {{500}} --render-anim`
|
||||
`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} --frame-end {{500}} --render-anim`
|
||||
|
||||
- Render an animation at a specific resolution, by passing a Python expression:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Navigate the current piece on a 2D plane:
|
||||
|
||||
`{{Up|Down|Left|Right}} arrow key`
|
||||
`{{Up|Down|Left|Right arrow key}}`
|
||||
|
||||
- Rotate the piece on its axis:
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Hard drop the current piece:
|
||||
|
||||
`Spacebar`
|
||||
`<Spacebar>`
|
||||
|
||||
- Pause/unpause the game:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- List the files in a backup stored on a remote machine, via ssh:
|
||||
|
||||
`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/path/to/backup/dir`
|
||||
`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/{{path/to/backup/dir}}`
|
||||
|
||||
- Restore a subdirectory from a GnuPG-encrypted local backup to a given location:
|
||||
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
|
||||
- Navigate forwards and backwards through the links on a page:
|
||||
|
||||
`Up arrow key, Down arrow key`
|
||||
`{{Up arrow key|Down arrow key}}`
|
||||
|
||||
- Go back to the previously displayed page:
|
||||
|
||||
`Left arrow key OR u`
|
||||
`{{Left arrow key|u}}`
|
||||
|
||||
- Exit:
|
||||
|
||||
`q then y`
|
||||
`q + y`
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
- Seek backward or forward 10 seconds:
|
||||
|
||||
`<Left> OR <Right>`
|
||||
`{{Left|Right}}`
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Navigate the board:
|
||||
|
||||
`{{h|j|k|l}} OR {{Left|Down|Up|Right}} arrow key`
|
||||
`{{h|j|k|l}} OR {{Left|Down|Up|Right arrow key}}`
|
||||
|
||||
- Delete a number:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
- Enter a string into the current cell:
|
||||
|
||||
`< OR >`
|
||||
`{{<|>}}`
|
||||
|
||||
- Enter a numeric constant into the current cell:
|
||||
|
||||
|
|
|
@ -33,4 +33,4 @@
|
|||
|
||||
- Download a playlist and extract MP3s from it:
|
||||
|
||||
`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url_to_playlist}}`
|
||||
`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" '{{url_to_playlist}}'`
|
||||
|
|
|
@ -9,24 +9,24 @@
|
|||
|
||||
- Quit:
|
||||
|
||||
`alt + q OR ctrl + c`
|
||||
`<Alt> + q OR <Ctrl> + c`
|
||||
|
||||
- Show actions menu:
|
||||
|
||||
`alt + a`
|
||||
`<Alt> + a`
|
||||
|
||||
- Jump to n-th window:
|
||||
|
||||
`alt + {{number_key}}`
|
||||
`<Alt> + {{number_key}}`
|
||||
|
||||
- Close current window:
|
||||
|
||||
`alt + c`
|
||||
`<Alt> + c`
|
||||
|
||||
- Start moving a window, use arrow keys to move, press escape when done:
|
||||
|
||||
`alt + m`
|
||||
`<Alt> + m`
|
||||
|
||||
- Start resizing a window, use arrow keys to resize, press escape when done:
|
||||
|
||||
`alt + r`
|
||||
`<Alt> + r`
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
|
||||
- Navigate forwards and backwards through the links on a page:
|
||||
|
||||
`Up arrow key, Down arrow key`
|
||||
`{{Up arrow key|Down arrow key}}`
|
||||
|
||||
- Go forwards and backwards one page:
|
||||
|
||||
`Left arrow key, Right arrow key`
|
||||
`{{Left arrow key|Right arrow key}}`
|
||||
|
||||
- Exit:
|
||||
|
||||
`q then y`
|
||||
`q + y`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Navigate the snake:
|
||||
|
||||
`{{Up|Down|Left|Right}} arrow key`
|
||||
`{{Up|Down|Left|Right arrow key}}`
|
||||
|
||||
- Pause/unpause the game:
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
- Navigate the snake:
|
||||
|
||||
`{{Up|Down|Left|Right}} arrow key`
|
||||
`{{Up|Down|Left|Right arrow key}}`
|
||||
|
||||
- Pause game:
|
||||
|
||||
`Spacebar`
|
||||
`<Spacebar>`
|
||||
|
||||
- Quit game:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Navigate the piece horizontally:
|
||||
|
||||
`{{Left|Right}} arrow key`
|
||||
`{{Left|Right arrow key}}`
|
||||
|
||||
- Rotate the piece clockwise or counterclockwise:
|
||||
|
||||
|
@ -21,11 +21,11 @@
|
|||
|
||||
- Soft drop the piece:
|
||||
|
||||
`Down arrow key`
|
||||
`<Down arrow key>`
|
||||
|
||||
- Hard drop the piece:
|
||||
|
||||
`Spacebar`
|
||||
`<Spacebar>`
|
||||
|
||||
- Pause/unpause the game:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue