pages: fix typo (#11934)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Sebastiaan Speck 2024-01-01 19:26:11 +01:00 committed by GitHub
parent e3292d315b
commit 3b8dd30d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 27 additions and 27 deletions

View File

@ -17,7 +17,7 @@
- Soft drop the piece: - Soft drop the piece:
`{{Down arrow key}}` `<Down arrow key>`
- Hard drop the piece: - Hard drop the piece:

View File

@ -22,7 +22,7 @@
- Render the animation of a specific scene, starting at frame 10 and ending at frame 500: - 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: - Render an animation at a specific resolution, by passing a Python expression:

View File

@ -9,7 +9,7 @@
- Navigate the current piece on a 2D plane: - 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: - Rotate the piece on its axis:
@ -17,7 +17,7 @@
- Hard drop the current piece: - Hard drop the current piece:
`Spacebar` `<Spacebar>`
- Pause/unpause the game: - Pause/unpause the game:

View File

@ -22,7 +22,7 @@
- List the files in a backup stored on a remote machine, via ssh: - 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: - Restore a subdirectory from a GnuPG-encrypted local backup to a given location:

View File

@ -25,12 +25,12 @@
- Navigate forwards and backwards through the links on a page: - 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: - Go back to the previously displayed page:
`Left arrow key OR u` `{{Left arrow key|u}}`
- Exit: - Exit:
`q then y` `q + y`

View File

@ -25,4 +25,4 @@
- Seek backward or forward 10 seconds: - Seek backward or forward 10 seconds:
`<Left> OR <Right>` `{{Left|Right}}`

View File

@ -13,7 +13,7 @@
- Navigate the board: - 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: - Delete a number:

View File

@ -10,7 +10,7 @@
- Enter a string into the current cell: - Enter a string into the current cell:
`< OR >` `{{<|>}}`
- Enter a numeric constant into the current cell: - Enter a numeric constant into the current cell:

View File

@ -33,4 +33,4 @@
- Download a playlist and extract MP3s from it: - 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}}'`

View File

@ -9,24 +9,24 @@
- Quit: - Quit:
`alt + q OR ctrl + c` `<Alt> + q OR <Ctrl> + c`
- Show actions menu: - Show actions menu:
`alt + a` `<Alt> + a`
- Jump to n-th window: - Jump to n-th window:
`alt + {{number_key}}` `<Alt> + {{number_key}}`
- Close current window: - Close current window:
`alt + c` `<Alt> + c`
- Start moving a window, use arrow keys to move, press escape when done: - 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: - Start resizing a window, use arrow keys to resize, press escape when done:
`alt + r` `<Alt> + r`

View File

@ -17,12 +17,12 @@
- Navigate forwards and backwards through the links on a page: - 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: - Go forwards and backwards one page:
`Left arrow key, Right arrow key` `{{Left arrow key|Right arrow key}}`
- Exit: - Exit:
`q then y` `q + y`

View File

@ -9,7 +9,7 @@
- Navigate the snake: - Navigate the snake:
`{{Up|Down|Left|Right}} arrow key` `{{Up|Down|Left|Right arrow key}}`
- Pause/unpause the game: - Pause/unpause the game:

View File

@ -13,11 +13,11 @@
- Navigate the snake: - Navigate the snake:
`{{Up|Down|Left|Right}} arrow key` `{{Up|Down|Left|Right arrow key}}`
- Pause game: - Pause game:
`Spacebar` `<Spacebar>`
- Quit game: - Quit game:

View File

@ -9,7 +9,7 @@
- Navigate the piece horizontally: - Navigate the piece horizontally:
`{{Left|Right}} arrow key` `{{Left|Right arrow key}}`
- Rotate the piece clockwise or counterclockwise: - Rotate the piece clockwise or counterclockwise:
@ -21,11 +21,11 @@
- Soft drop the piece: - Soft drop the piece:
`Down arrow key` `<Down arrow key>`
- Hard drop the piece: - Hard drop the piece:
`Spacebar` `<Spacebar>`
- Pause/unpause the game: - Pause/unpause the game: